How to execute Dos command line in VB?
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
I want to execute this command: "copy %1 lpt1:" The reason I want to do this is because I have a file I retrieve from Unix and then I put a barcode in it by creating another file with VB and after that I want to send it to the printer. Thanks for your help. ;)
-
I want to execute this command: "copy %1 lpt1:" The reason I want to do this is because I have a file I retrieve from Unix and then I put a barcode in it by creating another file with VB and after that I want to send it to the printer. Thanks for your help. ;)
Ok I found the way. Just in case somebody else would like to know: use the Shell function. Ciao ;)