What is the proper syntax to launch a exe file with command line switches.
I am trying to launch an application:
"C:\Program Files\Hekimian\React2001\bin\admin.exe" -h fipb2004.ffdc.sbc.com -p 6051 -f logicals -a cipc102.sldc.sbc.com -b 6051 -c west
rc%=shell("???",1)
I am trying to launch an application:
"C:\Program Files\Hekimian\React2001\bin\admin.exe" -h fipb2004.ffdc.sbc.com -p 6051 -f logicals -a cipc102.sldc.sbc.com -b 6051 -c west
rc%=shell("???",1)