how make task scheduler?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

how make task scheduler?

Post by dragancesu »

In ..,\samples\hfcl exsist program make_shortcut

How add program in Task Scheduler
or add program in Startup

I want use backup program, and must be strarted in specific time
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: how make task scheduler?

Post by andyglezl »

schtasks [/Change] [/S <system> [/U <username> [/P [<password>]]]]
/TN <taskname> { [/RU <runasuser] [/RP <runaspassword>] [/TR <taskrun>]
[/ST <starttime>] [/RI <interval>] [ {/ET <endtime> | /DU <duration>} [/K] ]
[/SD <startdate>] [/ED <enddate>] [/ENABLE | /DISABLE] [/IT] [/Z] }

https://technet.microsoft.com/en-us/lib ... s.11).aspx
Andrés González López
Desde Guadalajara, Jalisco. México.
Post Reply