Welcome to mirror list, hosted at ThFree Co, Russian Federation.

callPS2EXE.bat - github.com/ikarstein/ps2exe.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4202c9fdd046c98292e0728cc84ec4221d24894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ECHO OFF
set cmd= 
:Loop
IF "%~1"=="" GOTO Continue

set cmd=%cmd% '%1' 

SHIFT
GOTO Loop
:Continue

rem echo %cmd%
powershell.exe -command "&'.\ps2exe.ps1' %cmd%"