; ; Touch ; ----- ; Touch a file with a new date and time ; same as UNIX touch ; ; Note: ; Compile this to touch.exe then place a shortcut in SendTo folder ; To use, right click on desired file, select Send To then select Touch ; filetime %1,B,W,DATE filetime %1,C,W,TIME datebox Date entry,Please enter the desired file date:,B,%B,100|100 ifmsg CANCEL,end timebox Time entry,Please enter the desired file time:,C,%C,100|100 ifmsg CANCEL,end setftd %1,%B,%C,C setftd %1,%B,%C,W :end