I have a PC running Win NT4 (sp6) that runs a VB6 procedure that sends a standard text file to a local printer (lpt1).
Shell "cmd /c type C:\MYFILE.TXT > LPT1"
My helpful hardware support group has replaced the local printer with a network printer and the text file no longer prints. I made sure that the new printer is set to the default printer. Other documents print (Word, Excel, etc.) but not the text file. Any input is appreciated.
Shell "cmd /c type C:\MYFILE.TXT > LPT1"
My helpful hardware support group has replaced the local printer with a network printer and the text file no longer prints. I made sure that the new printer is set to the default printer. Other documents print (Word, Excel, etc.) but not the text file. Any input is appreciated.