Hello Jarkko
have a look at the LogiSphere program folder. In there you find
- a file test.html
- a folder commands
- in the commands folder a readme.txt with 6 examples
If I for example want to run "test.bat" in my server, how I do it?
there are two ways to do that. If it does not require parameters you can just use a include as ipconfig in the test.html
In Logisphere, Commands, "address" is my server address? Or what?
as the tooltip suggests it is the URL
without the http://server:8080/ part. You can assign any address. Be careful you don't use an address that is used for other purposes (e.g. current.jpg
) See the examples in the readme.txt
the script.cmd example is probably most interesting for you, script.cmd is also in the commands folder.
And command is "test.bat" if it's in server root directory? If it it's somewhere else, how I then should do?
the command location is relative to the logisphere program folder. Or just put it in any directory in your path.
And most important, how I call the command from html page?
see test.html
Hope this helped
Stefan