home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 3 Comm
/
03-Comm.zip
/
scrmod.zip
/
SEND
< prev
next >
Wrap
Text File
|
1991-08-26
|
520b
|
20 lines
> watch(on)
> cd ('..\')
> logfile='send.log'
> delete(logfile)
> log(logfile)
> protocol = 'Xmodem'
> pcfilename = 'osfp.dll'
> hostcmd = 'xrcv -osfp.xmd' + valtochr(13) + valtochr(10)
> send(protocol,pcfilename,,hostcmd,on)
> protocol = 'Kermit'
> pcfilename = '*.dll'
> hostfilename = '*.kmt'
> hostcmd = 'delete ' + hostfilename + valtochr(13) + valtochr(10)
> send(protocol,pcfilename,hostfilename,hostcmd,on)
> message ('Press any to terminate script')
> watch(off)
> timeout = 0
> wait()
> end