Home


Scriptex


A .net application that helps to manage and execute scripts for multiple scripting languages from a unified graphical user interface.


There's no need to browse to the folder/path (either in console or via Explorer) and no need for typing out the needed commands to execute.


Click on your indexed script from the list on the left hand side and this will load the script in a form as illustrated here.


If the script requires arguments, the Scriptex form will load the expected prompts and fields for the user input.




Organize scripts by language and or function.




Example where a Python script is executed from the main app. This launches the sub form which loads the appropriate prompt for Stock API.



Example of a Powershell script. Once again, the child form launches and loads the expected prompts for user input. Once executed, the script returns the expected results to the display area.



Example of adding new scripts to be indexed to the application.


Scriptex is not an IDE or ISE.


Index scripts that you already have (where dependencies/packages/modules) are already installed so you may centrally manage and use in a user friendly GUI.


Home