Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5394bce

Browse files
authored
Pass on arguments in wpcp.bat
1 parent d337ee0 commit 5394bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/scripts/wpcp.bat

+1-1
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)