Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jeepo
  • Order by date
  1. jeepo

    Printing a Text file from Qbasic while also archiving the file

    Thanks for the help!! I will try LPRINT- I think I was making it harder than it needed to be. I will try the code to add the .txt I thought that with strings you couldn't just "+" add something-only numbers
  2. jeepo

    Printing a Text file from Qbasic while also archiving the file

    OK-Here's an update of what I tried today: INPUT "What Cartridge"; cart$ (The response I typed was 305) OPEN cart$ FOR OUTPUT AS #3 OPEN "LPT1" FOR OUTPUT AS #5 PRINT #3 BLAH BLAH BLAH (all my data from the data acquistion, multiple PRINT #3 statements, some strings, some...
  3. jeepo

    Printing a Text file from Qbasic while also archiving the file

    I have written a data acquisition system, and right now it creates the text file "data.txt" and I have a batch program where the qbasic program runs and then "copy data.txt lpt1" Works fine, but now I want to specifically name and save the text file for archiving purposes...

Part and Inventory Search

Back
Top