Xref: utzoo comp.sys.att:12083 comp.os.msdos.programmer:4324 comp.unix.internals:2456 comp.unix.sysv386:6445 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!rex!rouge!anon From: anon@rouge.usl.edu (Anonymous NNTP Posting) Newsgroups: comp.sys.att,comp.os.msdos.programmer,comp.unix.internals,comp.unix.sysv386 Subject: TSR programs: Writing formatted text and spawning processes. Message-ID: <28076@rouge.usl.edu> Date: 29 Mar 91 13:02:54 GMT References: <1991Mar29.055801.15505@panix.uucp> Followup-To: comp.sys.att Organization: Univ. of Southwestern Louisiana Lines: 16 I am writing a TSR to pull-up a menu when a hotkey combo is pressed. I am having problems, however, in writing formatted text to the screen (i.e. cprintf, printf or sprintf). By the the way I am using Turbo C if you haven't already guessed. I am also having trouble with spawning another process from within the TSR, which is an interrupt handler routine. I have tried the 'spawn' function in TC with no luck. Any information on either or both problems would be greatly appreciated. Alfred Nothaft nothaftae@usl.edu Univ of Southwestern LA