
Printing VGA graphics in QB 4.5
Yes.
Eons ago, I used GWBASIC. Now I do not remember the details. But
Do U know any assembler ?
No ?
Do U know DEBUG ?
---------------------
DEBUG PS.COM
A
INT 5
INT 20
RCX
3
W
Q
----------------------
IN BASIC:
.
.
.
SHELL"PS.COM"
----------------------
What DEBUG does, is poduce a 3byte machine language .com file, to print
the screen (using interrupt 5).
---------------------------------------
(
Acually I used a simpler trick, : -
1- define a single-precision GWBAISC floating number (actually that
number= the 3byte above-mentioned com file, plus a pad byte)
2- use the call statement, to call that number.
No SHELLing needed.
)
-------------------------------------------------------
As 4 every time of the day
U either write it in BASIC, using the time$ function & an edless loop
(U would have 2 SHELL to a DOS complex batch file that uses the DS
date command, & that gets messy)
or
down load a ready-made shareware that runs a program every certain
time/date.
U can even write it thyself, if thou art versed in the arcane
mysteries of batch files (esp errorlevel).
Email me I U need more help, or just 2 let me know how U r doin.