home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDM_100G.ZIP / BATCH.ZIP / TOSSFILE.BAT < prev    next >
DOS Batch File  |  1995-05-01  |  339b  |  17 lines

  1. @echo off
  2.  
  3. rem FrontDoor Manager 1.00.SW Gamma-1
  4. rem Copyright (C) 1994-95 FINCOMM SYSTEMS. All rights reserved.
  5. rem
  6. rem Sample batch file TOSSFILE.BAT
  7.  
  8. rem Set the environment variables
  9.  
  10. if "%allfix" == "" set allfix=e:\allfix
  11. if "%nu" == "" set nu=e:\nu
  12.  
  13. rem Do the job!
  14.  
  15. %nu\nu.exe
  16. %allfix\allfix.exe file scan announce
  17.