Script builder features
You do not need any programming knowledge to use Scriptius. The entire script of the program is presented as a sequence of commands. Scriptius enables the use of ready commands and the addition of any source code in the Gentee programming language. This method of building scripts makes Scriptius an extremely powerful and flexible tool for automating computer operations.
This will result in scripts that have a unified and simple interface that can be used to easily monitor and control the way that commands are executed. In addition, executable EXE files can be created that are able to run on other computers.
Command List
| Call Script | calls another script project. |
| Clipboard | copies to the clipboard and transfers data from the clipboard. |
| Close Application | closes a process or an application window. |
| Copy Files & Folders | copies files and directories by wildcard. |
| Delete Files & Folders | deletes files and directories by wildcard. |
| Download Files | downloads files through HTTP protocol. |
| Exit | for exiting the program. Allows you to restart or shut down the computer. |
| File - Read/Save | reads a file or saves data to a file. |
| File - Set Attributes | sets or takes off attributes of files. |
| If Statement | conditional expression. |
| Include | includes Gentee sources files. |
| INI File - Get Value | gets a value from an INI file. |
| INI File - Set Value | writes a value to an INI file. |
| Keystroke | emulates keybord input. |
| Macros - Load | loads macro values from an ini file. |
| Macros - Save | saves macro values to an ini file. |
| Macros - Set | assigns values to macros. |
| Message | displays a message, question, warning, or error. |
| Options | shows various control elements, such as checkboxes, radio buttons, combo boxes, input fields, multi-line fields, folder or file selection fields |
| Output text | displays text. |
| Parse | parses a string and achieves the necessary values. |
| Pattern | creates a file based on a template file. |
| Registry - Delete | deletes a value from the Registry. |
| Registry - Get Value | gets a value from the Registry. |
| Registry - Set Value | writes a value to the Registry. |
| Rename/Move File | renames or moves file. |
| Replace within files | replaces strings within files. |
| Run | runs an application. |
| Search Files & Folders | searches files or folders. |
| Set Directory | changes the current directory. |
| Shell | runs or opens a file in the corresponding application. |
| Source Code | inserts code in the Gentee programming language. |
| Synchronize | synchronizes two folders. |
| Wait | waits for period, time or pressing key buttons. |
| While | a loop statement. |
In addition to these features, there are a whole host of other functions available with Scriptius. This builder can be used to create all necessary software scripts.