home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDM_100G.ZIP / BATCH.ZIP / TOSSMAIL.BAT < prev   
DOS Batch File  |  1995-05-01  |  445b  |  23 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 TOSSMAIL.BAT
  7.  
  8. rem Set the environment variables
  9.  
  10. if "%allfix" == "" set allfix=e:\allfix
  11. if "%ge" == "" set ge=e:\gecho
  12.  
  13. rem Do the job!
  14.  
  15. rem>e:\sem\fdnoscan.now
  16.  
  17. %ge\gecho.exe toss mgr
  18. %allfix\allfix.exe scan mgr
  19. %ge\gecho.exe import
  20.  
  21. del e:\sem\fdnoscan.now
  22. rem>e:\sem\fdrescan.now
  23.