RunExe: Difference between revisions

From Data Islands
(Created page with "RunExe <nowiki>======</nowiki> Syntax : runexe "<EXE PATH>" <ENTER> Description : User can launch the given exe path.")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
RunExe
RunExe
Allows you to launch an external app.


<nowiki>======</nowiki>
<nowiki>======</nowiki>


Syntax : runexe "<EXE PATH>" <ENTER>
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


Description : User can launch the given exe 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"