home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Online
/
InetDial
/
TCPIP
/
remotecli
< prev
next >
Wrap
Text File
|
1999-02-09
|
272b
|
14 lines
echo " "
echo "REMOTECLI:> ©1999 MDR Remote CLI v1.2 - information"
failat 1
set remoteclifile=t:mdrremotecli.X$$X
;
copy * TO $remoteclifile
echo "REMOTECLI:> executing command"
execute $remoteclifile
delete file $remoteclifile quiet
echo "REMOTECLI:> executed!"
;
;eof