[application] template="punk.multishell.cmd" as_admin=false scripts=[ "runtime.ps1", "runtime.bash" ] default_outputfile="runtime.cmd" default_nextshellpath="/usr/bin/env bash" default_nextshelltype="bash" #valid nextshelltype entries are: tcl perl powershell bash. #nextshellpath entries must be 64 characters or less. #don't use -c for launching - or in old powershell, arguments such as "a b" will become 2 arguments a b #do use -File (even though pwsh doesn't require it) #win32.nextshellpath="pwsh -nop -nol -ExecutionPolicy bypass -File" #win32.nextshelltype="pwsh" #powershell needs cmd.exe to preserve spaced args win32.nextshellpath="cmd.exe /c powershell -nop -nol -ExecutionPolicy bypass -File" win32.nextshelltype="powershell" win32.outputfile="runtime.cmd"