home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / makexe / Test < prev   
Text File  |  1990-09-02  |  538b  |  22 lines

  1. makedir I_Just_Did_A_Demo
  2. echo "I just made a test directory called I_Just_Did_A-Demo"
  3. wait 5
  4. copy test to I_Just_Did_A_Demo
  5. echo "I just moved the test text into the directory I created"
  6. wait 5
  7. echo "I am going to list your currect C: Directory now"
  8. wait 10
  9. list sys:c/*
  10. wait 3
  11. echo ""
  12. echo "I am done with the demo.  Don't forget to delete the dir I created!!"
  13. wait 3
  14. echo "Closing the window and returning console control to you...THANKS!!!"
  15. echo " "
  16. echo "BTW- This demo created for you by Doc's House BBS (614-855-3114)"
  17. wait 10
  18.  
  19.  
  20.  
  21.  
  22.