print in turing?
Author |
Message |
hey_joe42
|
Posted: Sat Mar 15, 2003 9:50 pm Post subject: print in turing? |
|
|
can your print in turing?
if so how, i tried one method but didn't work and too confusing
and seemed like it only would do one string variable a page, like not many |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
|
|
|
![](images/spacer.gif) |
hey_joe42
|
Posted: Sun Mar 16, 2003 2:52 pm Post subject: (No subject) |
|
|
i went to that file and tried using it, like it should work, my printer is on lpt1 but it doesn't print, there are no errors, dataout = 1, and yeah
does it not work on like new computers, cuz i used to have an old tandy and i could definitly see it working with one of those computer and printer,but this one i just can't see it like have a direct connection with the printer, you'd think the print dialogue box would have to open, anyways i just tried using the program they had there the example one and it doesn't work for me, anyone know why? |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Sun Mar 16, 2003 4:11 pm Post subject: (No subject) |
|
|
i have a feeling that this would work only with serial printers... so if your printer is connected via USB or on a network, there might be a problem ![Confused Confused](http://compsci.ca/v3/images/smiles/icon_confused.gif) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Asok
![](http://www.battle.net/war3/images/neutral/units/animations/pandarenbrewmaster.gif)
|
Posted: Sun Mar 16, 2003 4:12 pm Post subject: (No subject) |
|
|
Well the obvious problem could actually be in your printer config, try just printing something ie word/paint. if that doesn't work then we've isolated your problem. |
|
|
|
|
![](images/spacer.gif) |
hey_joe42
|
Posted: Sun Mar 16, 2003 10:09 pm Post subject: (No subject) |
|
|
It works when i print something from word and paint |
|
|
|
|
![](images/spacer.gif) |
hey_joe42
|
Posted: Tue Mar 18, 2003 6:58 pm Post subject: (No subject) |
|
|
im looking for another way to print the one i have decided upon but isn't good enough is well creating the document you want to print in turing 4.01 or whatever version has a print button, and then hitting hte print button on the run windows' menu
but that isn't a good command, any one know another better way which would work on a network printer |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Tue Mar 18, 2003 7:17 pm Post subject: (No subject) |
|
|
write output to a file and print that file through another program such as word or even notepad.
after writing to a file, you can open up that file using Sys.Exec but it needs to have a proper extension (such as .txt for notepad or .doc for word) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
|
|