Good Afternoon:
I am in the process of converting an Access application (so to speak) over to .NET 2.0 in VB.
One of the functions of the application is to read some computer and printer names from the screen (dropdown menu) and run a batch job to install a shared printer onto a computer from another computer, stop spooler on their pc, wait 4 seconds, start spooler, similar to this:
rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2\%3
sc \\%1 stop spooler
sleep 4
sc \\%1 start spooler
Access runs the batch job on the local machine (user who is running access). Can something similar be done in asp.net 2.0 using vb with impersonation?
Thanks in advance,
Eric
...
Go to the complete details ...