home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem FrontDoor Manager 1.00.SW Gamma-1
- rem Copyright (C) 1994-95 FINCOMM SYSTEMS. All rights reserved.
- rem
- rem Sample batch file TOSSFILE.BAT
-
- rem Set the environment variables
-
- if "%allfix" == "" set allfix=e:\allfix
- if "%nu" == "" set nu=e:\nu
-
- rem Do the job!
-
- %nu\nu.exe
- %allfix\allfix.exe file scan announce
-