RunExe: Difference between revisions

From Data Islands
No edit summary
No edit summary
 
Line 8: Line 8:


Description : User can launch the given exe path. And user can also give the params.
Description : User can launch the given exe path. And user can also give the params.
Example here were we run the "cscript" app and pass in a file path
>runexe "cscript.exe" "C:\some folder\file.js"

Latest revision as of 13:07, 6 August 2025

RunExe

Allows you to launch an external app.

======

Syntax : runexe "<EXE PATH>" "[Params]" <ENTER>

Description : User can launch the given exe path. And user can also give the params.

Example here were we run the "cscript" app and pass in a file path

>runexe "cscript.exe" "C:\some folder\file.js"