[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Launching programs from ProDOS
- Subject: Launching programs from ProDOS
- From: aiiadict@gmail.com
- Date: 24 Jan 2007 17:46:15 -0800
- Complaints-to: groups-abuse@google.com
- Injection-info: v33g2000cwv.googlegroups.com; posting-host=68.33.221.238; posting-account=wL7QqAwAAADveYas09gsbDvmMNiULH_b
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news2.google.com comp.sys.apple2:16800
Hi,
I made a BASIC program (startup) that lets me select:
1)merlin
2)copy 2 plus
b)ye
6)boot slot 6
0)basic prompt
I added an option: P)ain 816 paint
it tries to do: print chr$(4)"-paint.std.hires"
but basic.system reports "NO BUFFERS AVAILABLE"
the startup program does nothing more than printing
a menu (using PRINT statements), waits for input
(GET statement), and then branches based on input
(in this case, IF A$="P"then goto 2000...2000 print
chr$(4);"-paint.std.hires".
is there an easy fix?
Rich