|
Answer» I´m trying to write a batch file that 1) Opens a program 2) Executes a hot key (ctrl+q or F10) in the program -this opens a dialog box 3) Type the name of a macro ("test.txt") in the program 4) Press Enter
Is this possible? I´m new to writing batch files, and I have been trying to FIGURE this out for several days without much luck. Thanks, danoytyou can adapt the example i gave here to your program. SORRY to be a pain, I´m not sure that I understand how to use that script. It doesn´t work as a batch file for me, and although I´ve found several other examples similar to the ONE you gave, they lack much description besides the code. Thanks, Elliottthats a basic code. save it with .vbs not .bat change the keys it types by changing the dir part. sorry i cant test it, im on psp
|