I am inside a bat file and I want to call
a vb application "ModifyMe.exe"
I tried adding
ModifyMe.exe
to the bat file code but nothing happens.
What do I need?
I am in C: and the exe is in c:
Thanks,
Wayne
Printable View
I am inside a bat file and I want to call
a vb application "ModifyMe.exe"
I tried adding
ModifyMe.exe
to the bat file code but nothing happens.
What do I need?
I am in C: and the exe is in c:
Thanks,
Wayne
You have to add a complete path to your application like: C:\MyFolder\MyApp.exe
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819