FastTrack Scripting Host screenshot


Script editing
Fasttrack Scripting Host comes with an amazing script editor. It is completely customizable with Visual Studio-like draggable panels, syntax highlighting and code completion. Writing scripts is extremely easy and a Context Helper senses what you are doing and explains what is under the cursor. Check out our Getting Started Guide for more information.
Fasttrack Scripting Host comes with an amazing script editor. It is completely customizable with Visual Studio-like draggable panels, syntax highlighting and code completion. Writing scripts is extremely easy and a Context Helper senses what you are doing and explains what is under the cursor. Check out our Getting Started Guide for more information.

Backup and replication
You can use our extremely fast data synchronizing command "SyncDir" to backup or replicate data. For instance you could do an automatic backup of the users' documents once a day with a single line in your logonscript:
IF UserOnceADay Then SyncDir [UserDocumentsDir],[UserHomeDir]DocumentBackup
This would automatically resolve the root of the users documents folder and automatically resolve the users network share and synchronize changes. Or you could just use if for a personal backup. The result in either case would be this:

Installations
You can very easily script installations with FastTrack commands and it enables you to query installation status of an application anywhere you want, for instance in the logon script, where you could set per-user settings or manipulate machine settings based on installed applications. While you run the installation in the background, you could put one script line in the top to display a nice splash screen while installing:

Administrative tasks
You can easily perform administrative tasks with very simple scripts like replicating data between servers or create users. You could for instance create a menu with one single script line like the one below with out of the box graphics and the few script lines to execute choices:
