View Single Post
Join Date: Dec 2007
Posts: 2
Reputation: RWGBob is an unknown quantity at this point 
Solved Threads: 0
RWGBob RWGBob is offline Offline
Newbie Poster

Re: print to USB from Qbasic

 
0
  #8
Jun 7th, 2008
Originally Posted by RWGBob View Post
OPEN "O",1,"PRINT.TMP"
PRINT #1, "Just testing the code."
CLOSE 1
SHELL "C:\PATH\WORDPAD.EXE"

That's all there is to it.
Oops!

SHELL "C:\PATH\WORDPAD.EXE PRINT.TMP"
Reply With Quote