1
vote
1answer
44 views

Set margin in printing GW-BASIC

I'm stuck in a very confusing problem, I'm using GW-BASIC language and I need the output to be printed at the center of the page, right now it starts from the top left of the A4 size page, can I tried ...
1
vote
1answer
275 views

Printing to something besides LPT1 in GW Basic

I have a piece of software written in GWBASIC that currently is set up to just print locally to LPT1. It's been requested to have this piece of software instead print to some network printer. I have ...