[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCT's CGA Screen



"Bryan Parkoff" <BParkoff@satx.rr.com> wrote in message news:<7qOdnaxpHp_X3c-jXTWQkQ@giganews.com>...
> Yes, what I meant to capture CGA text screen into filename.  MS-DOS
> version 6.22 would be fine.
> 
> --
> Yours Truly,
> 
> Bryan Parkoff
> BParkoff@satx.rr.com

DOS 6.22, eh?

Got Qbasic? ;)

10 DEF SEG=&HB800
20 BSAVE "filename.ext",0,4000

(NOTE: this is a dump of video memory including the color values and everything.)

-uso.