home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DESIRE15.ZIP / INSTALL.DAT / F8.BAT < prev    next >
DOS Batch File  |  1996-10-14  |  852b  |  28 lines

  1. @ECHO OFF
  2. REM **************************************************************************
  3. REM
  4. REM F8.BAT This batchfile is executed using F8 in the W.F.C.-screen
  5. REM
  6. REM **************************************************************************
  7. IF %1==1 goto NODE1
  8. IF %1==2 goto NODE2
  9.  
  10. :NODE1
  11. REM **************************************************************************
  12. REM Put your own most-used proggy here...
  13. REM For instance NC.EXE (Norton Commander)
  14. REM **************************************************************************
  15. nc.exe
  16. GOTO END
  17.  
  18. :NODE2
  19. REM **************************************************************************
  20. REM Put your own most-used proggy here...
  21. REM For instance NC.EXE (Norton Commander)
  22. REM **************************************************************************
  23. nc.exe
  24. GOTO END
  25.  
  26.  
  27. :END
  28.