Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site whuts.UUCP Path: utzoo!decvax!bellcore!petrus!sabre!zeta!epsilon!gamma!ulysses!mhuxr!mhuxt!houxm!whuxl!whuts!2212msr From: 2212msr@whuts.UUCP (ROBIN) Newsgroups: net.micro.pc Subject: Re: Help with Compaq Problems; screen intensity, date,time Message-ID: <258@whuts.UUCP> Date: Tue, 3-Sep-85 08:09:16 EDT Article-I.D.: whuts.258 Posted: Tue Sep 3 08:09:16 1985 Date-Received: Wed, 4-Sep-85 00:34:19 EDT References: <437@sdchema.sdchema.UUCP> Distribution: na Organization: AT&T Bell Laboratories Lines: 71 > I have a couple of questions/problems that I thought someone could > help me out with. > > First off, let me say that I am running a Compaq Deskpro with > two floppies and 640K. > > First Problem. > > It seems that my monochromatic Compaq monitor (amber) has two > levels of intensity, sort of a bright, and sort of a half bright. > When I come out of symphony, the level is set to the duller level > as default. When I come out of Wordstar, the level is set at > the brighter level. So, in order to get the brighter level > after using Symphony, I have to go in and out of Wordstar. > > Is there some way to circumvent this? > > Second Problem > > I run a whole series of fortran programs that generate a series > of output files. I then obtain hard copy of these files by using > the command > > copy *.* prn > > My question is, I would like to have the date and time of the > file's creation on the hard copy. Is there some way to do this? > > Third Problem > > In order to have these files to look nice, I output them using > the 17 cpi feature of my okidata 92 printer. I have been accessing > this feature by using the hard switches. Is there some way I can > access this feature from the keyboard. I patched wordstar so > that I can do it from there, but I just followed the instructions, > and have no clue what I actually did. > > In advance, let me say > > Thank You > > GINO > > Let me say that I am not a programmer, and you will have to > be rather explicit in explaining this to me. > -- > gino@CHEM.UCSD.ARPA > gino@CHEM.UCSD.UUCP > sdcsvax!gino%chem.ucsd ntensity may by controlled with ANSI escape sequence. Use: prompt e$[XXn where XX =0 is dim intensity XX =1 is high intensity, e.g. bright printer may be controlled by writing an escape sequence to proint buffer. Using MS Fortran , use the 'char' command to write a suitable sequence, e.g. wite(6,*)char(27),char(xx),char(yy),...... The escape sequence is the same one you used to patch WS. Use ASCII value in place of xx and yy. Remember to reset printer to normal char. size/pitch when finished via a similar command. f you have any problems contact me directly at: Max S. Robin AT&T Bell Laboratories Rm. 3E-318A Whippany, NJ 07981 201-386-6865 . ZZ *** REPLACE THIS LINE WITH YOUR MESSAGE ***