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 >
Wrap
DOS Batch File
|
1994-12-17
|
664b
|
16 lines
REM Sample remote Editor/Compiler batch file for WCCUTIL.
REM ...
REM Everything following the "/P:" command can be changed to whatever
REM Editor/Compiller you wish to use.
REM ...
REM In this sample I'm moving WCIDE.INI to my Node Home directory where
REM WCIDE.EXE can use it rather than creating another. The INI file is
REM then moved back when remote edit mode is exited.
REM ...
REM See DOORWAY.DOC for information on all available Doorway commands.
@ECHO OFF
MOVE C:\WC\WCIDE.INI C:\WC\WCWORK\NODE%WCNODEID%
DOORWAY COM%WCPORTID% /S:* /O:T /R:^C /B:Z /V:D^U /G:ON /M:1000 /P:C:\WC\WCIDE.EXE
MOVE C:\WC\WCWORK\NODE%WCNODEID%\WCIDE.INI C:\WC