baseballgem
Programmer
I was reading about shellexecute() and was wondering how to execute a batch file when the batch file is structured to receive parameters.
I can do it using the run command. But I would like to employ shellexecute and have the ugly dos window not appear.
Have not been able to figure out how to do it. As a run command I say
run "Catch.bat" "User" &gUser "Has "Attempted" x "Times"
Any suggestions as to the correct synatax for shell execute when a batch file receives parameters.
I can do it using the run command. But I would like to employ shellexecute and have the ugly dos window not appear.
Have not been able to figure out how to do it. As a run command I say
run "Catch.bat" "User" &gUser "Has "Attempted" x "Times"
Any suggestions as to the correct synatax for shell execute when a batch file receives parameters.