[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: running .system files from BASIC
Thnaks guys, things are running great!
--
John Van Winkle
appleiieman@charter.net
Home of the 2 Enhanced
Apple IIe's
"Robert Boucher" <boucher1@alumni.utexas.net> wrote in message
40709349.26C1@alumni.utexas.net">news:40709349.26C1@alumni.utexas.net...
> If you old enough, you know that D$ was almost universally used for
> CHR$(4). Therefore,
>
> 10 D$=CHR$(4)
> 20 ?D$"-program to run"
> .
> .
> .
> .
> 150 ?D$"-another program to run"
>
> John Van Winkle wrote:
> >
> > How do you run programs that have the .system files from BASIC? I know
you
> > can run them from the command prompt using the -name.system file command
and
> > it will work to run the program. I tried using this same thing from
BASIC
> > and it doesn't work. Thanks!
> >
> > --
> > John Van Winkle
> > appleiieman@charter.net
> > Home of the 2 Enhanced
> > Apple IIe's