Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!linus!decvax!harpo!floyd!whuxle!jph From: jph@whuxle.UUCP Newsgroups: net.micro.pc Subject: Re: BASIC 2.0 (reposting) - (nf) Message-ID: <160@whuxle.UUCP> Date: Sat, 19-Nov-83 11:20:29 EST Article-I.D.: whuxle.160 Posted: Sat Nov 19 11:20:29 1983 Date-Received: Mon, 21-Nov-83 02:24:25 EST Sender: jph@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 24 #R:isrnix:9500012:whuxle:22700006:000:660 whuxle!jph Nov 19 11:20:00 1983 ENVIRON "name=(parameter)" This command apparently functions the same as the SET command used at the DOS level. See page 10-21 of your DOS 2.0 guide SHELL "dos command" The command apparently executes the DOS command contained within the quotes, keeping BASIC resident. The cursor is returned to the position where it was prior to executing the command. If used by itself (no arguments) will take you to the DOS shell. To return from the DOS shell, you only have to type EXIT. IOCTL channel#,"argument" This function is used to sommunicate with device drivers that use the IOCTL function. The only reference to IOCTL is on page 14-6 of the DOS 2.0 guide.