IrvinatorThe2nd Posted April 27 Share Posted April 27 I copied and pasted a program into applewin, now I need to know how to properly save it to disk image. This is my first time using applewin. Quote Link to comment Share on other sites More sharing options...
nick3092 Posted April 27 Share Posted April 27 Assuming you booted with some kind of DOS disk (either a dos 3.3 boot disk or ProDOS boot disk with basic.system on it), and didn't just use ctrl-reset to drop to a ] prompt, it's simple. If you want to save to the disk that is already mounted in drive 1, just type "save <filename>". If you want to save to a floppy image mounted in drive 2, "save <file name>,d2". If you just did a ctrl-reset, you're stuck, as there is no disk operating system loaded. The filename length will be limited by which DOS used. DOS 3.3 I believe is 30, and ProDOS is 15. Quote Link to comment Share on other sites More sharing options...
IrvinatorThe2nd Posted April 27 Author Share Posted April 27 Does applewin open into either? I’m confused since I usually code in AppleIIJS, I needed to use applewin to copy and paste some code I lost. Quote Link to comment Share on other sites More sharing options...
nick3092 Posted April 27 Share Posted April 27 Not sure what you mean. AppleWin doesn't supply any disk images that I'm aware of. You need to supply those yourself, then mount/insert one into drive 1, and it should boot the disk. Quote Link to comment Share on other sites More sharing options...
IrvinatorThe2nd Posted April 27 Author Share Posted April 27 Thanks, this is my first time using applewin. Will I still be able to write in BASIC once I download the disk image and boot into it? Quote Link to comment Share on other sites More sharing options...
nick3092 Posted April 28 Share Posted April 28 This isn't an AppleWin thing. This is how Apples actually work. You have to boot a disk that has some kind of disk operating system if you want to be able to save anything to disk. There are no disk routines built into the Apple boot roms. But, yes. If you use a generic boot disk, it should have access to basic. Quote Link to comment Share on other sites More sharing options...
Baldrick Posted April 28 Share Posted April 28 Start with this disk image. The DOS 3.3 System Master. Insert this disk image into "drive 1" in AppeWin and boot the machine. Without booting into some sort of DOS you will not have any access to disk I/O. Because it's the system master, it will load Integer Basic into upper memory's you can fiddle around with it, too if you want to horse around. The command "INT" puts you into Integer BASIC with its ">" prompt. You can return to AppleSoft BASIC by using the command "FP" which will return you to the "]" prompt but also clears memory. https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/masters/Apple DOS 3.3 January 1983.dsk You'll need a blank disk image, too (although the system master might have a bit of free space on it). https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/masters/emptyDSK_Dos33.zip You can install that blank image in Drive 2 and when you want to save your program use the command "SAVE PROGRAMNAME,D2" and it will save to disk 2. Quote Link to comment Share on other sites More sharing options...
IrvinatorThe2nd Posted May 1 Author Share Posted May 1 It has worked and I finished programming. Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.