home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WCCUTL14.ZIP / DROPWCC.BAT < prev    next >
DOS Batch File  |  1994-12-17  |  664b  |  16 lines

  1. REM Sample remote Editor/Compiler batch file for WCCUTIL.
  2. REM ...
  3. REM Everything following the "/P:" command can be changed to whatever
  4. REM Editor/Compiller you wish to use.
  5. REM ...
  6. REM In this sample I'm moving WCIDE.INI to my Node Home directory where
  7. REM WCIDE.EXE can use it rather than creating another. The INI file is
  8. REM then moved back when remote edit mode is exited.
  9. REM ...
  10. REM See DOORWAY.DOC for information on all available Doorway commands.
  11.  
  12. @ECHO OFF
  13. MOVE C:\WC\WCIDE.INI C:\WC\WCWORK\NODE%WCNODEID%
  14. DOORWAY COM%WCPORTID% /S:* /O:T /R:^C /B:Z /V:D^U /G:ON /M:1000 /P:C:\WC\WCIDE.EXE
  15. MOVE C:\WC\WCWORK\NODE%WCNODEID%\WCIDE.INI C:\WC
  16.