how do i save?

Apple II

i want to write a text based adventure and am wondering how do i get it saved onto a disk? its a ][+ and i've got two drives if that makes a difference

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
david__schmidt's picture

Are you writing it in BASIC?

Are you writing it in BASIC? And you're booting from a DOS diskette of some sort? If so, write your program and save it with:
SAVE FILENAME
replacing FILENAME with whatever you want to call it. You can then load it back up with:
LOAD FILENAME
or run it with:
RUN FILENAME
Here's a reasonable Applesoft/DOS reference:
http://www.landsnail.com/a2ref.htm