home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / misc / RecentScript.lha / RecentScript / Configs / MountFTP DOS.intro < prev   
Encoding:
Text File  |  1997-02-14  |  303 b   |  25 lines

  1. ; Amiga DOS download script for MountFTP
  2. ;
  3. ; Script generated by RecentScript
  4.  
  5. failat 21
  6.  
  7. echo "Connecting %1..." noline
  8. cd >NIL: %1
  9.  
  10. if FAIL
  11.   echo " failed"
  12.   quit
  13. endif
  14. echo " succeeded"
  15.  
  16.  
  17. echo "Change directory to '%2'..." noline
  18. cd >NIL: %2
  19.  
  20. if FAIL
  21.   echo " failed"
  22.   quit
  23. endif
  24. echo " succeeded"
  25.