RunExe: Difference between revisions

From Data Islands
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
RunExe
RunExe


Allows you to kick off an external app.  
Allows you to launch an external app.  


<nowiki>======</nowiki>
<nowiki>======</nowiki>
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"