Batch file/command to start a program through command line
I have a program, whihc i want to start using the command prompt, and at
the same time i want to pass 2 parameters to it. So, for example, when i
want to start my program, i would open my command prompt (start > run type
"cmd", in XP) and then type (for example):
c:\ rand \ aotherfolder \ myprogram.exe 10 20
Since i know nothing about batch files, i'm asking two things:
Can i create a .batch file which will automatize this process?
If yes, how :D?
No comments:
Post a Comment