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
Anonymous
User login
Please support the defense of Ukraine.
Direct or via Unclutter App
Active forum topics
Recent content
Navigation
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
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