ScApp is a standalone Sciter executable. It includes Sciter Engine linked statically thus it can run without installation of any additional components.
To load document in it do either one of these:
- Put scapp.html or scapp.zip file in the same folder as the executable;
- Run executable with the parameter - path of your application file to open. The file may use any name and extension but shall be either zip or html.
If used, the zip file shall contain main.html file defining main window of the application.