Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
/ ProgStarter Public archive

Start different apps at different Windows architecture

Notifications You must be signed in to change notification settings

strayge/ProgStarter

Repository files navigation

ProgStarter

ProgStarter is a software to start different programs in dependence of Windows architecture (x86 or x64).

Settings

Settings stored in ini-file which name matches with exe-name.

Example1, different progs at different architecture:

[Launch32]
CmdLine=notepad.exe 123.txt
[Launch64]
CmdLine=calc.exe

Example2, single app:

[Launch]
CmdLine=cmd.exe

About

Start different apps at different Windows architecture

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages