Execute file command
Posted: Wed Jun 08, 2011 10:55 am
Hi!
I want to run setup program eg. f4setup.exe and paste command line parameter /dir="c:\f4" to it.
When I try:
nothing happens.
When I execute program without parameter:
f4setup.exe is executed.
What's going on?
Does anybody have idea how to paste command line parameters to EXECUTE FILE statement?
best regards, Marek
I want to run setup program eg. f4setup.exe and paste command line parameter /dir="c:\f4" to it.
When I try:
Code: Select all
EXECUTE FILE 'f4setup.exe /dir="c:\f4"'
When I execute program without parameter:
Code: Select all
EXECUTE FILE 'f4setup.exe'
What's going on?
Does anybody have idea how to paste command line parameters to EXECUTE FILE statement?
best regards, Marek