Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!network!ucsd!ames!haven!adm!xadmx!pfunke@qa1.pica.army.mil From: pfunke@qa1.pica.army.mil Newsgroups: comp.lang.pascal Subject: Graphics Print Screen Message-ID: <20595@adm.BRL.MIL> Date: 14 Aug 89 11:29:54 GMT Sender: news@adm.BRL.MIL Lines: 30 The program EPSON.COM is part of an archive with the assembly code the name of the archive is EGAEPSON.ARC. This archive is available via anonymous ftp from simtel20.army.mil I believe that I have also seen it posted on some local BBSs. The driver EPSON.com is loaded on bootup and then when my program is ready to print it calls interupt 5 as shown below. . . . var regs :registers; . . . begin . . . {call interrupt 5 to print the screen} intr(05,regs); end. Eric W. Pfunke NS&SRD PA&TD US ARMY, AMCCOM