; ; 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 ; 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