ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: start

start(s) executes the operating system command s, using the Win32 API call ShellExecute.

Examples: start(".") opens the current working directory.
          start("C:\") opens the folder C:\.
          start("http://rejbrand.se") opens the URL rejbrand.se in the system's default web browser.
          start("mailto:andreas@rejbrand.se") opens the system's default e-mail client and creates a new message for Andreas Rejbrand (whose e-mail address is andreas@rejbrand.se).
          start("winword") opens Microsoft Word, if installed.