Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
%DATE% in batch files with win98
Name: pajudd Date: October 20, 2002 at 11:57:08 Pacific OS: win98 CPU/Ram: PII 256M
Comment:
I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html
%DATE% worked well on my winXP box for naming backup files & folders from a .bat file
BUT - she's-a-no-fly on a win98 machine???
eg. echo the date is - %DATE% - today gives
win98: the date - - today winXP: the date -10202002- today Any ideas?
Summary: Hello all, Any one know how to get the following to work in a win98 batch file? md e:\BackUpTemp%date% It works okay under winXP Peter Judd ...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in your calling code. Main varables returned are... ...
Summary: I tried your suggestion by creating a line like this; echo MbeSetAppVariable "", "msToolSettings.placeText.type", 0### >>txt_ROAD_ORIGIN.bas and then created another batch file with the following ...