Search found 32 matches
- Mon Dec 01, 2014 2:13 pm
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
Re: Printing To a Network/Shared Printer From QB45 W/ XP PRO
I have just acquired a new computer with Windows XP PRO SP3. I have many Basic programs written in QB45 that I have been using since 1998. I would like to run them in source coding on my XP. I have transferred all the programs and files. I can access QB45 and start the programs, but I do not seem ...
- Mon Dec 01, 2014 12:07 pm
- Forum: QBasic / QuickBasic related
- Topic: OPEN "LPTx": problems on Windows
- Replies: 0
- Views: 5116
OPEN "LPTx": problems on Windows
Open LPT1 etc with a work around
Here are two ways to select a printer on a windows OS from the command line. Try it from a SHELL... Both set the printer of your choice as the default. It could be used instead of open "LPTx"
1. RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "printer"
Example:
RUNDLL32 ...
Here are two ways to select a printer on a windows OS from the command line. Try it from a SHELL... Both set the printer of your choice as the default. It could be used instead of open "LPTx"
1. RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "printer"
Example:
RUNDLL32 ...
- Fri Sep 17, 2010 2:17 pm
- Forum: Off Topic
- Topic: [Flame] How do i open a .BAS file that is created in 1997
- Replies: 3
- Views: 5173
- Thu Sep 16, 2010 10:55 am
- Forum: Off Topic
- Topic: [Flame] How do i open a .BAS file that is created in 1997
- Replies: 3
- Views: 5173
load 1997 program
I am gonna change your name to Burger bites.
Actually I was born about a hundred years before. It feels like it because I was born old.
ASS refers to a donkey/mule (Assinine) so thanks for the compliment I must be a very good ventriloquist to be able to do what you say. (hee hee - hee haa- horse ...
Actually I was born about a hundred years before. It feels like it because I was born old.
ASS refers to a donkey/mule (Assinine) so thanks for the compliment I must be a very good ventriloquist to be able to do what you say. (hee hee - hee haa- horse ...
- Fri Sep 10, 2010 8:00 pm
- Forum: QBasic / QuickBasic related
- Topic: Quick Basic for Windows 7
- Replies: 10
- Views: 10630
qb on WIN 7 and VISTA
The config file is no longer in the same folder as DOSBOX (because of some WINDOWS security/convention)
I used SEARCH to find it and then used WORDPAD to make the changes.
Notepad or any other word processor will do but remember to save it as a DOS/ASCII file. (I without thinking just clicked SAVE ...
I used SEARCH to find it and then used WORDPAD to make the changes.
Notepad or any other word processor will do but remember to save it as a DOS/ASCII file. (I without thinking just clicked SAVE ...
- Sat Aug 21, 2010 10:05 am
- Forum: QBasic / QuickBasic related
- Topic: Quick Basic for Windows 7
- Replies: 10
- Views: 10630
QB on Windows 7 and Vista
Having looked around I found FBC - The Freebasic compiler - which compiles QB4.5 programs to 32 bit. I tried QB64 but wow what a monstrous program you end up with. One QB compiled to 818Kb plus a lot of dependencies, which added up to 6,2Mb which means it is not a stand-alone. The same program ...
- Fri Aug 20, 2010 3:52 pm
- Forum: Other programming languages
- Topic: Tired of the QB/DOS limitations?
- Replies: 2
- Views: 6397
Freebasic
No it's a case of keep programming in QB4.5 but then compile it with Freebasic to 32 bit. The Microsoft krrrr over the past years has been yaagh. Freebasic (FBC) started off as a compiler but a couple of other things have been added. (I like this wait for a couple of years before we say something ...
- Thu Aug 19, 2010 9:56 am
- Forum: QBasic / QuickBasic related
- Topic: Run Windows prog for SOUND on a QB45 program ( NOT SO GOOD)
- Replies: 6
- Views: 3060
SNDREC.EXE
I tried SNDREC running QB4.5 on DOSBOX 0.74 the result was "This program cannot run in DOS mode"
- Thu Aug 05, 2010 11:30 pm
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
QB45 on XP: Using a network/shared printer on QB
Phil
The window default size is 80x25.
under Properties you will find it under -Layout.-
under -Option- I normally leave it as Window because it gives me a scrollbar while fullscreen doesn't. The window option does however only use half the width but the full height.
The only difference between ...
The window default size is 80x25.
under Properties you will find it under -Layout.-
under -Option- I normally leave it as Window because it gives me a scrollbar while fullscreen doesn't. The window option does however only use half the width but the full height.
The only difference between ...
- Thu Aug 05, 2010 9:32 am
- Forum: QBasic / QuickBasic related
- Topic: How do i open a .BAS file that is created in 1997
- Replies: 7
- Views: 7883
1997 .BAS program
I know this is 8 months too late. But for others with the same problem:-
Looking at your listing it would appear that the program was possibly saved in another BASIC FORMAT. I had the same problem with my 1980 progs.
Try loading it with GW-BASIC or the BASIC you used, List it* and if it reads ...
Looking at your listing it would appear that the program was possibly saved in another BASIC FORMAT. I had the same problem with my 1980 progs.
Try loading it with GW-BASIC or the BASIC you used, List it* and if it reads ...
- Thu Aug 05, 2010 8:19 am
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
QB45 on XP: Using a network/shared printer on QB
1. Thanks Phil
Drive G: and H: This means you mapped the other PC's drives. I didn't think of that.
2. Thanks Buff1 for getting us on the right track.
3. I told u I am lazy. I added PAUSE as the last line to see what happens. (The MODE CON isn't really necessary) Then I dragged the BAT file to ...
Drive G: and H: This means you mapped the other PC's drives. I didn't think of that.
2. Thanks Buff1 for getting us on the right track.
3. I told u I am lazy. I added PAUSE as the last line to see what happens. (The MODE CON isn't really necessary) Then I dragged the BAT file to ...
- Wed Aug 04, 2010 7:34 pm
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
network/shared printer using qb on XP
Yum. Yum
Am I asking to much to request you to post your Batch file here then I will also know how. Remember I am an ancient with holes in my memory and apart from that I am lazy. (see my Flintstone image).
Am I asking to much to request you to post your Batch file here then I will also know how. Remember I am an ancient with holes in my memory and apart from that I am lazy. (see my Flintstone image).
- Wed Aug 04, 2010 5:08 pm
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
printing to a network/shared printer from QB on Xp
This is just another guess.
In XP under >Start >Settings >Printers and Faxes - Are all three printers listed ? If not try adding them. You will most probably have to set one of them as the default printer. How it will affect printing to the other printers I don't know.
In The Printers and Faxes ...
In XP under >Start >Settings >Printers and Faxes - Are all three printers listed ? If not try adding them. You will most probably have to set one of them as the default printer. How it will affect printing to the other printers I don't know.
In The Printers and Faxes ...
- Wed Aug 04, 2010 12:33 pm
- Forum: QBasic / QuickBasic related
- Topic: Quick Basic for Windows 7
- Replies: 10
- Views: 10630
QB on Vista and Windows 7
DOSBOX 0.74 (the latests and always improving) supports 32 and 64 bit on Vista and Windows 7.
They have a FAQ and Compatibility Section on their site and the DOC files are good.
I don't have either so can't test, but what they claim is usually spot on. So fiddle with their config file for ...
They have a FAQ and Compatibility Section on their site and the DOC files are good.
I don't have either so can't test, but what they claim is usually spot on. So fiddle with their config file for ...
- Thu Jul 29, 2010 10:17 am
- Forum: QBasic / QuickBasic related
- Topic: Printing To a Network/Shared Printer From QB45 W/ XP PRO SP3
- Replies: 18
- Views: 8838
Printing to network printer
Good morning Paydata
(Local time)
The delay in printing is usually caused by the OS spooler. You could try setting the printer options to - print directly to printer - for instance but how will it affect the other Network users and the OS may still put it in a queue, even doing a local print on XP ...
(Local time)
The delay in printing is usually caused by the OS spooler. You could try setting the printer options to - print directly to printer - for instance but how will it affect the other Network users and the OS may still put it in a queue, even doing a local print on XP ...