Simple IntraLaunch Example
We will use jQuery to tell IntraLaunch what to do. The following is a simple example that
has a typical HTML a href element run the Windows notepad. The JSON object 'detail'
cannot change and is a required set of parameters IntraLaunch expects. Not all parameters
have to be list but at least task and program are expected. See the manifest for
the complete list.
Note, all paths for workingfolder, program, log, etc. must be escaped with a double backslash (\\) because of Javascript & JSON.