home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / gi / daymst / daycrnch.exe / BBSSMPL.BAT next >
DOS Batch File  |  1994-10-01  |  274b  |  8 lines

  1. REM This is a sample batch file to produce an ASCII file, name BLT9.TXT in
  2. REM a bulletin sub directory named BULLET.  It uses the KEYSTACK command
  3. REM available in 4DOS,  but will accept any keystack program.
  4. KEYSTACK Z
  5. DAYMSTR
  6. COPY DAYMSTR.TXT C:\BULLET\BLT9.TXT
  7.  
  8.