Hi,
i am positive because i entered it in the TARGET(shortcut >properties) and in start >run "PROGRAM" /load /config defaultc
i write a test program in autoit...
http://www.wikifortio.com/165615/test.zip
unzip and write in start > run "PATH TO test.exe" hello...it will display a msgbox "HELLO TGHERE"
i tried doing with CreateProcess..it doesn't work
Code:
CreateProcess("C:\\test.exe",
"hello",
NULL,
NULL,
FALSE,
0,
NULL,
NULL,
&s,
&p);