Quote:
Originally Posted by CodeCracker
StartWithDate:
Start an executable (.exe extension) with the specific date;
- Drag and drop support for exes just drag it anywhere on main dialog;
They are two structs - two way of keeping time:
SYSTEMTIME (16 bytes) and FILETIME (8 bytes)
GetLocalTime, GetSystemTime - SYSTEMTIME
GetSystemTimeAsFileTime - FILETIME
More time Apis:
FileTimeToSystemTime - converts a 64-bit file time to system time format
SystemTimeToFileTime - converts a system time to a file time
|
Is this an alternative to the RunAsDate program? I have been looking for alternatives for this program and can't find anything, hope this is better as RunAsDate.
Thank you!