OS4X Webaccess Electron client
Functionaly
The OS4X Webaccess electron client is a native app for supported operating systems, offering features like:
- Automatic username fill-in
- Full performance up- and download
- Native access to all local accessible file systems (including network shares)
- Optional automatic decompression of ZIP, TAR and gzip files, recursively
- Notifications for new incoming jobs in Windows 10
- Full support for client-side plugins for exporting and importing data to defined CAD environments
Installation
The OS4X Webaccess electron client can be installed anywhere in the filesystem, accessible by the user. We deliver the package as a ZIP archive which can be extracted anywhere. Typical installations in Windows environments are in the target path
%PROGRAMFILES%
Parameters
When starting the client interactively, it will ask for a OS4X Webaccess 6 URL (earlier versions of OS4X Webaccess are not supported). The client verifies the correctness of the OS4X Webaccess instance and indicates errors if it is not compatible.
URL
The URL can be passed with the parameter
-u --url
If no other parameters are passed, this parameter can be also passed without indication, solely as the only parameter.
Examples:
"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" -u http://os4x-server/webaccess "C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" --url http://os4x-server/webaccess "C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" http://os4x-server/webaccess
Title
The default window title "OS4X Webaccess 6" can be overridden with the parameter
-t --title
If set, this parameter must be the first parameter of the program. Examples:
"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" -t "Alternative title" --url http://os4x-server/webaccess "C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" --title "Alternative title" --url http://os4x-server/webaccess