How can I have the Online Services to run a batch file instead of a web page.
Support Team
7558
Re: Online Services - Run file
Online Services were designed to access Web sites and services like Google Maps etc. and not specifically for running local (on PC) application (interesting). You can use the following though without passing parameters (because they are stripped, structured and formatted for URL standards).
For the Base URL set:
file://<fully path to your file>
For example:
file://c:/temp/mybatchfile.bat
Activating this Online Service will run this batch file, again, no parameters should be passed though.
Comment
lpopejoy
942
Re: Online Services - Run file
Hey this is as interesting idea... could we pass parameters like file://path/to/batch.bat /<PARAM1> ?
Comment
Support Team
7558
Re: Online Services - Run file
Currently you can only run the program, however, this idea is indeed interesting and I can confirm that it will be supported in our next release.
Comment