1
I need help with a function that does the following:
- I have a file
.txton diskC:server - Send this file
.txtfor a client machine - Send the content from
.txtto the doorLPT1customer’s
Currently using Vb.NET I already do this, but I need to change the way, after all, how it is done today:
A function creates the file on the server and populates it with information (from 10 to 15 lines), then this function calls a script that has an object ActionXObject which creates the file on the client machine, reads the file on the server and writes it to the client . txt and after finishing it sends to the port LPT1.
Today this works thus in the IE (use in version 11), but accurate that works on Chrome and Firefox, that do not support Activex. Is there any substitute for the same? I can do otherwise?
can post the code you use today?
– David
One that answered correctly: http://answall.com/q/53722/101
– Maniero