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 Scriptcalls another script project.
Clipboardcopies to the clipboard and transfers data from the clipboard.
Close Applicationcloses a process or an application window.
Copy Files & Folderscopies files and directories by wildcard.
Delete Files & Foldersdeletes files and directories by wildcard.
Download Filesdownloads files through HTTP protocol.
Exitfor exiting the program. Allows you to restart or shut down the computer.
File - Read/Savereads a file or saves data to a file.
File - Set Attributessets or takes off attributes of files.
If Statementconditional expression.
Includeincludes Gentee sources files.
INI File - Get Valuegets a value from an INI file.
INI File - Set Valuewrites a value to an INI file.
Keystrokeemulates keybord input.
Macros - Loadloads macro values from an ini file.
Macros - Savesaves macro values to an ini file.
Macros - Setassigns values to macros.
Messagedisplays a message, question, warning, or error.
Optionsshows various control elements, such as checkboxes, radio buttons, combo boxes, input fields, multi-line fields, folder or file selection fields
Output textdisplays text.
Parseparses a string and achieves the necessary values.
Patterncreates a file based on a template file.
Registry - Deletedeletes a value from the Registry.
Registry - Get Valuegets a value from the Registry.
Registry - Set Valuewrites a value to the Registry.
Rename/Move Filerenames or moves file.
Replace within filesreplaces strings within files.
Runruns an application.
Search Files & Folderssearches files or folders.
Set Directorychanges the current directory.
Shellruns or opens a file in the corresponding application.
Source Codeinserts code in the Gentee programming language.
Synchronizesynchronizes two folders.
Waitwaits for period, time or pressing key buttons.
Whilea 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.