home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 20 / af020.adf / demo.execute < prev    next >
Text File  |  1980-02-23  |  409b  |  26 lines

  1. echo "Demonstration of Read_atari and Conv_scn"
  2.  
  3. echo ""
  4.  
  5. echo "When prompted insert Atari (source) disk in drive 0"
  6.  
  7. wait 5
  8.  
  9. read_atari df0:bugs.pi1
  10.  
  11. echo "I have read the file from the Atari and will now convert it"
  12.  
  13. conv_scn bugs.pi1
  14.  
  15. echo "and now to display the file.When Vilbm window appears click"
  16. echo "on close gadget to display screen"
  17.  
  18. wait 5
  19.  
  20. vilbm bugs.pi1
  21.  
  22. echo ""
  23.  
  24. echo "End of demonstration"
  25.  
  26.