Rustywinger Posted June 29, 2007 Report Share Posted June 29, 2007 I posted about this, but perhaps it was too confusing. Specifically what I would like to know is can ME create a text file from scratch, automatically named with the date/time? Thanks! Quote Link to comment Share on other sites More sharing options...
joe Posted June 29, 2007 Report Share Posted June 29, 2007 Sure can! Set Variable %T1% to "Path to Common Desktop" Date/Time: Save "yyyy_mm_dd_hh_mm_ss_zzz" into %T2% Variable Set String %T3% "Any text for the file" Variable Modify String: Save %T3% to Text File <VSETMISC:T1:Path to Common Desktop><DT:yyyy_mm_dd_hh_mm_ss_zzzT:02:1:><TVAR2:03:01:Any text for the file><TMVAR2:17:03:00:000:000:%T1%\%T2%.txtT> The above example saves a tiny text file to your desktop. Quote Link to comment Share on other sites More sharing options...
Rustywinger Posted July 4, 2007 Author Report Share Posted July 4, 2007 Thanks!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.