AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Programming <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
![]() |
Doug Connor | All | 38.bat |
October 11, 2005 6:27 PM * |
||
@echo off rem 38.bat rem call 38.bat nofiles to set envars only rem called from other bats to use envars (date dow dom moy month year) rem also run once a day to write files for if exist checks. :dow dow for %%f in (0 1 2 3 4 5 6) do if errorlevel %%f set dow=%%f if (%1)==(nofiles) goto dom del *.dow echo %dow%>%dow%.dow :dom dom for %%f in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) do if errorlevel %%f set dom=%%f if (%1)==(nofiles) goto moy del *.dom echo %dom%>%dom%.dom :moy moy for %%f in (1 2 3 4 5 6 7 8 9 10 11 12) do if errorlevel %%f set moy=%%f if (%moy%)==(1) set month=jan if (%moy%)==(2) set month=feb if (%moy%)==(3) set month=mar if (%moy%)==(4) set month=apr if (%moy%)==(5) set month=may if (%moy%)==(6) set month=jun if (%moy%)==(7) set month=jul if (%moy%)==(8) set month=aug if (%moy%)==(9) set month=sep if (%moy%)==(10) set month=oct if (%moy%)==(11) set month=nov if (%moy%)==(12) set month=dec if (%1)==(nofiles) goto year del *.moy echo %moy%>%moy%.moy echo %month%>%month%.moy :year yr for %%f in (0 1 2 3 4 5 6 7 8 9 96 97 98 99) do if errorlevel %%f set year=%%f if (%1)==(nofiles) goto date del *.yea echo %year%>%year%.yea echo %moy%-%dom%-%year%>date :date set date=%moy%-%dom%-%year% goto end :end ============ section 1 of uuencode 4.13 of file DOM.COM by R.E.M. begin 644 DOM.COM *M"K-(8C0M$S-(4S-' `` end sum -r/size 53288/44 section (from "begin" to "end" |
||||||
|
Previous Message | Next Message | Back to Programming <-- <--- | Return to Home Page |
![]() Execution Time: 0.0193 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2025 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |