home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 2 / Giga_Games_2_CD-ROM_Walnut_Creek_April_1995.iso / _bbs / wc40 / all.bat < prev    next >
DOS Batch File  |  1994-08-12  |  373b  |  17 lines

  1. set cdrom=n:
  2. set output=n:\_bbs\wc30
  3.  
  4. REM  I set this globally, in ..\all.bat
  5. REM  To run this one batch file, change it here also.
  6. if .%in_type% == . goto not_set
  7. goto set
  8. :not_set
  9. set in_type=opus
  10. :set
  11.  
  12. del logfile
  13. del %output%\allfiles.txt
  14.  
  15. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit2
  16. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  17.