home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BATSQB.ZIP / BATSDOOR.ZIP / BATSDOOR.BAT < prev    next >
DOS Batch File  |  1994-02-10  |  379b  |  9 lines

  1. CD C:\BATS
  2.         BATSDOOR /L%1 /N%2 %3 %4      'Executes BATSDOOR
  3. CD C:\RA\NODE%1
  4.         DEL USER%1.ZIP                'Deletes old one if it exists
  5.         COPY C:\BATS\USER%1.ZIP .     'Copies to the current node dir
  6.         DEL C:\BATS\USER%1.ZIP        'Deletes current one for next time
  7.                                       'so no other users can access it
  8. EXIT
  9.