home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA1_0896.bin / _bbs / opus / all.bat next >
DOS Batch File  |  1996-04-15  |  564b  |  28 lines

  1. REM  To run this one batch file, change it here also.
  2. if .%CDROM% == . goto cd_not_set
  3. goto cd_set
  4. :cd_not_set
  5. goto end
  6. :cd_set
  7.  
  8. REM  I set this globally, in ..\all.bat
  9. REM  To run this one batch file, change it here also.
  10. if .%in_type% == . goto not_set
  11. goto set
  12. :not_set
  13. echo in_type not set
  14. goto end
  15. :set
  16.  
  17. REM  This is the foreign language stuff.  the default extension is
  18. REM  ".txt"
  19. if .%in_language% == . goto not_set2
  20. goto set2
  21. :not_set2
  22. set in_language=txt
  23. :set2
  24.  
  25. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.%in_language%   doit
  26.  
  27. :end
  28.