Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Use control key in batch file  (Read 5108 times)

0 Members and 1 Guest are viewing this topic.

5ive

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    Use control key in batch file
    « on: May 14, 2012, 01:26:23 AM »
    hi
    i need to run some application (exe file) and at the start of the program i need to press CTRL+R to reload data from database
    now i need to create some batch file to do this step automatically it means that :
    1- start the program
    2- press ctrl+R keys
    i know how should i run program with batchfile but i cant solve step 2
    please help me to solve this problem
    thanx

    Squashman



      Specialist
    • Thanked: 134
    • Experience: Experienced
    • OS: Other
    Re: Use control key in batch file
    « Reply #1 on: May 14, 2012, 05:59:33 AM »
    Can't be done with pure batch.
    Look at using AutoHotKey or AutoIt.