I am looking for a Native Application that can be run at startup time (from BootExecute
key) to do: 1) save system date/time to a txt file c:\temp.txt and set the new date/time from the variables. E.g.
“BootExecute” = “autocheck autochk * native 02-02-2010 20:12:30”
so the “native” will store the current system date/time in a file c:\temp.txt and set the new date as 02/02/2010 and time as 20:12:30.
I found an example of native application here, but have no clue how to get the above done, because I am not a programmer
http://doc.sch130.nsc.ru/www.sysinternals.com/ntw2k/info/native.shtml
Any help is much apprecited.