Thread: StartWithDate
View Single Post
  #1  
Old 02-13-2022, 05:17
Bidasci Bidasci is offline
Friend
 
Join Date: Jan 2022
Posts: 9
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 6
Thanks Rcvd at 9 Times in 2 Posts
Bidasci Reputation: 0
Quote:
Originally Posted by CodeCracker View Post
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!
Reply With Quote