ThomasMatelart
Programmer
Hello,
I would like start a dos command without use a batch file.
so, I use VBA.Shell(<Command>)
where <Command> = C:\A\Test.exe "FileName1" "FileName2"
I have a problem.
The Test.exe application must run in the folder of the application, but if i use this way, the command is running from the current folder.
What can i do ?
Thomas
I would like start a dos command without use a batch file.
so, I use VBA.Shell(<Command>)
where <Command> = C:\A\Test.exe "FileName1" "FileName2"
I have a problem.
The Test.exe application must run in the folder of the application, but if i use this way, the command is running from the current folder.
What can i do ?
Thomas