i need to run program with command in Windows-CE or Windows-Mobile
for example: RunMe.exe true
or RunMe.exe false
if the program returns true the program will do something and if the program returns false
the program will do something else.
how can I accomplish this ?