Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!purdue!decwrl!shlump.dec.com!obsess.dec.com From: fitzpatrick@obsess.dec.com (Dave FitzPatrick) Newsgroups: comp.sys.apple Subject: Re: [HELP NEEDED]: Sending DOS commands after changing modes... Message-ID: <3549@shlump.dec.com> Date: 14 Jul 89 19:37:48 GMT Sender: news@shlump.dec.com Organization: Digital Equipment Corporation Lines: 25 In article <20399@cup.portal.com>, Sirald@cup.portal.com (Andrew Lionel Dalrymple) writes... >[HELP NEEDED]: Sending DOS commands after changing modes... > > 1700 PR# 3:X = PEEK (49188): PRINT CHR$ (15): HOME : PRINT : PRINT > 1701 PRINT "PLAIN text and INVERSE background." > 1702 GOTO 9999 > 1800 PR# 3:X = PEEK (49188): PRINT CHR$ (14): HOME : PRINT : PRINT > 1801 PRINT "PLAIN text and NORMAL background." > 9999 PRINT CHR$ (4)"BRUN AE" Your use of PR#3 is incorrect. You are using the Applesoft command, when you should be issuing it as a DOS command. IE: 1700 PRINT CHR$(4) "PR#3" This way DOS will not be disconnected and things will work as expected -- Dave FitzPatrick (UUCP) {decvax, ucbvax, allegra}!decwrl!obsess.dec.com!fitzpatrick (Internet) fitzpatrick%obsess.DEC@decwrl.ARPA (BITNET) fitzpatrick@obsess.dec.com (BIX) dave.f (co-moderator of the 'television' conference) (US MAIL) DEC, 77 Reed Rd. MS: HLO2-1/E11, Hudson, MA 01749