RunExe

From Data Islands
Revision as of 13:07, 6 August 2025 by WikiSysopdi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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"