home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pday115o.zip / LIB / TODAY.BAT < prev    next >
DOS Batch File  |  1997-10-26  |  422b  |  28 lines

  1. @echo off
  2. REM 
  3. REM For use with Psych0Day and Telegard.
  4. REM
  5. REM MENU D-c:\util\pday.exe -f$DD$$MM$ > $TEMPPATH$today.msg
  6. if exist %1 del %1
  7.  
  8. REM for debugging
  9. echo 1 (file)   = %1
  10. echo 2 (day)    = %2
  11. echo 3 (month)  = %3
  12. echo 4 (year)   = %3
  13.  
  14. c:
  15. cd \bbs\pday
  16.  
  17. if "%2" == "" goto today
  18.  
  19. pday.exe -f%2%3%4 -basedir=c:\bbs\pday\ > %1
  20. goto exit
  21.  
  22. :today
  23. pday.exe -basedir=c:\bbs\pday\ > %1
  24.  
  25. :exit
  26.  
  27.  
  28.