At work we have this outdated but useful program at runs in a DOS window. The problem is that the only option to print a report is via LPT port. I thought i read somewhere that i could do a virtual port LPT and make it print thru the USB printer. anyone know how?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	I am not sure if this will help: 
 
 http://support.microsoft.com/?kbid=154498
 
 If you don't have a server you can share your printer on your workstation and then run this:
 
 net use lpt1: \\<your machine name goes here>\hp6300
 
 I followed this with:
 
 copy con lpt1:
 Testing print
 ^Z
 1 file(s) copied.
 
 and a document appeared in my WIndows XP printer queue. I am not sure if the application actually polls the LPT port - I have seen applications where a physical printer must be connected to the LPT port for the program to begin to print - even to print to a network printer captured as above. If that is the case running a DOS emulator or VMWare should work. I have successfully used LPT based scanners in Windows XP with a VMWare Windows 98 host. The Windows HAL may be a problem with direct access to the port.
 
 Good luck.
- 
	I don't know if this is an option, but you may be able to simply write a new program if it is a simple printing matter. 
 
 We had a ton of DOS programs at my old job that i was able to integrate into a Word macro. Things like databases and report generators.
 
 Also, there are often free Windows versions of the software that you would like to replace.
Similar Threads
- 
  LG DV382 - USB PortBy Yabuike in forum DVD & Blu-ray PlayersReplies: 15Last Post: 6th Oct 2011, 08:41
- 
  Which hdtv's have a USB port, so you can plug in a flash drive or USB HDD?By snafubaby in forum DVB / IPTVReplies: 8Last Post: 30th Nov 2010, 17:03
- 
  USB port on DVPBy hootal in forum DVD & Blu-ray PlayersReplies: 1Last Post: 10th Jan 2008, 09:35
- 
  USB 2.0 Port and RAM?By LCE in forum ComputerReplies: 11Last Post: 6th Nov 2007, 01:01
- 
  USB Port ConnectionBy BillP2 in forum ComputerReplies: 19Last Post: 27th Sep 2007, 02:49


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote