[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Launching Data Files (AGAIN)
In article <1992Dec8.054117.28141@fawlty.towers.oz.au> johnmac@fawlty.towers.oz.au (John MacLean) writes:
>[...] select a BAS type file and it automatically starts up BASIC.SYSTEM
>which runs the program.
>
>Can anyone authoritively confirm or deny this capability on any of the
>following [...]
>- Davex
>[...]
Nope, in Davex you have to type "basic.system program.name". You can make
an alias to stand for that, of course, or just for the basic.system part.
And there's a command (sysalias) that can create a SYS program that launched
another SYS program (such as BASIC.System) & automatically provide a prefix
and startup-pathname of your choice.
I've always intended to add a command to map from filetypes to commands,
so that you could associate any command with any filetype, but I've never
done it. It could encapsulate several existing mechanisms, including
the launching of SYS and external-command files, and automatically prefixing
to a directory when you type its name. (I'd need an explicit command name
for launching a SYS file and running an external command.)
It would be something like:
map dir prefix
map sys launch
map p8c -x $yyyy launch
map bas /h1/basic.system
Maybe some day.
--
David A. Lyons, Apple Computer, Inc. | DAL Systems
Apple II System Software Engineer | P.O. Box 875
Internet:dlyons@apple.com | Cupertino, CA 95015-0875
My opinions are my own, not Apple's.