Skip to content

Allows creating an executable that executes a defined command line.

Notifications You must be signed in to change notification settings

stax76/command-line-to-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command-line-to-exe

Allows creating an executable that executes a defined command line.

Rename CommandLineToExe.exe for instance to example.exe

Create a text file with params extensions next to example.exe. The text file name must match the executable name:

C:\folder\example.exe
C:\folder\example.params

The params ini text file supports the following options:

path = <exe or other files that support shell execute>
args = <arguments to pass, see macro section below>
hidden = yes  # hides console windows
working-directory = <working directory>

Macros

%startup% gets the folder where the example executable is located.

%args% or %1%, %2%, %3% etc. are the arguments passed to the example executable.

About

Allows creating an executable that executes a defined command line.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages