home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / InetDial / TCPIP / remotecli < prev    next >
Text File  |  1999-02-09  |  272b  |  14 lines

  1. echo " "
  2. echo "REMOTECLI:> ©1999 MDR Remote CLI v1.2 - information"
  3. failat 1
  4. set remoteclifile=t:mdrremotecli.X$$X
  5. ;
  6. copy * TO $remoteclifile
  7. echo "REMOTECLI:> executing command"
  8. execute $remoteclifile
  9. delete file $remoteclifile quiet
  10. echo "REMOTECLI:> executed!"
  11. ;
  12. ;eof
  13.  
  14.