Transfer file from server to client and send to LPT1

Asked

Viewed 16 times

1

I need help with a function that does the following:

  • I have a file .txt on disk C: server
  • Send this file .txt for a client machine
  • Send the content from .txt to the door LPT1 customer’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?

  • One that answered correctly: http://answall.com/q/53722/101

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.