[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to extract file from DSK?



Email responses I received:

=================================================================

Hi,

Apple II Oasis includes Apple II emulator and disk image manager -
download it from:  http://apple2.emuunlim.com
You can use Apple II Disk Manager to copy any DOS3.3/ProDOS files 
from/to DSK images. Unfortunately Basic programs are encoded and if
you extract
the file in "pure" form it will not be readable. To solve the problem
start
the emulator, configure the printer output to Clipboard (press F3 and
open Peripheral Cards group). Then type PR#1 and LIST. The program
will be available in the clipboard.

Regards,
Teodor Angeloff

=================================================================

Jason,
Since basic is stored with tokens make sure you create a txt file of 
the basic program so you can read it.

 1  PRINT  CHR$ (4);"open /hd1/basic.txt"
 2  PRINT  CHR$ (4);"write /hd1/basic.txt"
 4  LIST
 7  PRINT  CHR$ (4);"close /hd1/basic.txt"
 8  END : REM basic.txt must exist or use create first
 10  REM this is the basic program
 20 print "hello world"

Fish wings will extract the text file from the dsk. It will need 
linefeeds added to view on a windows box. Let me know if you need help
with that.

fishwings 085 available here:
http://www3.bboard.com/charlied/fishwings.htm

Laine...