home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / ter61b.zip / NC.BAT < prev    next >
DOS Batch File  |  1993-01-04  |  708b  |  22 lines

  1. @ECHO OFF
  2.  
  3. C:\TERMINAT\TERMINAT /F %1 %2 %3 %4 %5
  4.  
  5. GOTO END
  6.  
  7. Rem        This file belongs to Terminate the final terminal program
  8. Rem                      Made 1992-1993 by Bo Bendtsen
  9. Rem
  10. Rem    This file will start up the filemanager in Terminate
  11. Rem
  12. Rem    There is no need of including the Terminate directory in your PATH
  13. Rem    statement. Just specify the complete path to the TERMINAT.EXE file.
  14. Rem    Just change line 3 to your direct path to the TERMINAT.EXE file and
  15. Rem    move this file (NC.BAT) to a directory in your PATH (C:\BAT,C:\DOS).
  16. Rem    Then you can start the filemanager from anywhere just by typing NC.
  17. Rem
  18. Rem    Try TERMINAT ? for a list of all options
  19.  
  20. :END
  21.  
  22.