G
Guest
Hi, All,
I am going to construct a Windows Application for user to download data to
the local PC. Beside interactive with user, I also want the program can be
run as a schedule task. When it runs as a schedule, no GUI will be
displayed, I want to achieve this by providing a startup parameter, said /s.
That is when run interactively, the user can double click the icon of the
program, or type the program name in command prompt; when run as schedule,
the schedule task command will be something like this
"C:\schedule_job\abc.exe /s". I don't know how Windows Application accept
startup parameter.
Please help, thank you very much!
Ka
I am going to construct a Windows Application for user to download data to
the local PC. Beside interactive with user, I also want the program can be
run as a schedule task. When it runs as a schedule, no GUI will be
displayed, I want to achieve this by providing a startup parameter, said /s.
That is when run interactively, the user can double click the icon of the
program, or type the program name in command prompt; when run as schedule,
the schedule task command will be something like this
"C:\schedule_job\abc.exe /s". I don't know how Windows Application accept
startup parameter.
Please help, thank you very much!
Ka