101
Feature Requests and Suggestions / Re: Starting the Windows Store App mit Command Line Parameters
« on: November 27, 2024, 10:08:40 »
Nice. special "shell:" tag for the Windows App was needed.
However it did not work using .bat script? Powershell it way over powered for just starting something.
Startmc.bat
It will show a console window very briefly. But if you create a Lnk shortcut for it
startmc_shortcut.lnk
And in properties for it. Set it to start minimized. Then the command window is not shown while it starts MC store edition
However it did not work using .bat script? Powershell it way over powered for just starting something.
Startmc.bat
Code: [Select]
start shell:AppsFolder\48089MathiasSvensson.MultiCommander_9d7x1c4ybj2dr!MultiCommander -AutoRun=_UDC_runAt_MC_Startup
It will show a console window very briefly. But if you create a Lnk shortcut for it
startmc_shortcut.lnk
And in properties for it. Set it to start minimized. Then the command window is not shown while it starts MC store edition