8000 Merge pull request #1571 from firai/wpcp-forward-args · winpython/winpython@8a12b00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a12b00

Browse files
authored
Merge pull request #1571 from firai/wpcp-forward-args
Forward arguments from `wpcp.bat` to `wppm`
2 parents 3631f53 + 5394bce commit 8a12b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/scripts/wpcp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
cmd.exe /k "echo wppm & wppm"
3+
cmd.exe /k "echo wppm & wppm" %*

0 commit comments

Comments
 (0)
0