Hello Scripting Guys
Using Sharepoint 2010 created using the UI there exists some "Links"
on a page.
Those links access other pages but there is a need for some of those
links to run .bat files but I have not been able to find out how to write a
link to execute a batch file. I had tried this:
"<a href="http:///<BatFileName.bat">http://<servername>/<BatFileName.bat>
But when I click the link an error returns saying:
"the following file(s) have been blocked by the administrator: /<BatFileName.bat>
The .bat file is necessary because it contains lines that run .exe files,
sets up printers, etc. so that when necessary to print the .bat file will already
have setup the environment for printing.
How can I accomplish this?
Thank you
Shabeaut