home *** CD-ROM | disk | FTP | other *** search
- echo "Demonstration of Read_atari and Conv_scn"
-
- echo ""
-
- echo "When prompted insert Atari (source) disk in drive 0"
-
- wait 5
-
- read_atari df0:bugs.pi1
-
- echo "I have read the file from the Atari and will now convert it"
-
- conv_scn bugs.pi1
-
- echo "and now to display the file.When Vilbm window appears click"
- echo "on close gadget to display screen"
-
- wait 5
-
- vilbm bugs.pi1
-
- echo ""
-
- echo "End of demonstration"
-
-