| Function |
With Start
you can execute files, e.g. .exe, .bat, .doc or .pdf files: Start "File name"
This opens the same
application that is launched when double-clicking the file in Windows Explorer.
Alternatively, websites can be opened in the default browser. In addition, websites can also be accessed directly via their IP address. The "mailto:" protocol can be used to start a local E-Mail program: |
||||||||||||
| Format |
Start
"File name"
The specified file is searched in the current script directory if no absolute path is provided. Files from the SAP MIME Repository are first copied to a local file. Start "https://www.google.com" The website is opened in the default browser. Start "https://127.0.0.1:443" Standard loopback address Start "https://192.168.0.###:443" Typical IP address for local networks Start "https://IP:PORT" If no DNS server is available or no IP address is assigned to the domain, internal websites can also be accessed directly via their IP address (e.g. 127.0.0.1 as the standard loopback address or localhost if the web server is running locally on the machine). Start "http://[2001:67c:1898:11::46]/" IPv6 addresses can also be used, but may not always work, as they are often blocked by firewall rules on the HTTP/HTTPS server (e.g. ports 80/443). |
||||||||||||
| Additional Options |
|
||||||||||||
| Tips & Tricks | |||||||||||||
| Components | GuiXT + InputAssistant |