PDA

View Full Version : Online Services - Run file


itognet
December 7th, 2012, 09:46 PM
Hi Commit,

How can I have the Online Services to run a batch file instead of a web page.

Support Team
December 10th, 2012, 06:09 AM
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.

lpopejoy
December 11th, 2012, 06:00 PM
Hey this is as interesting idea... could we pass parameters like file://path/to/batch.bat /<PARAM1> ?

Support Team
December 12th, 2012, 06:28 AM
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.

lpopejoy
December 12th, 2012, 06:56 AM
cool. great idea, itognet!