mirror of
https://github.com/kennethreitz/update-pocket.git
synced 2026-06-05 06:46:18 +00:00
windows bat bc double-clicking the py doesn't populate cwd
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
set launcherver=1
|
||||
|
||||
set mypath=%cd%
|
||||
echo %mypath%
|
||||
python updater.py %launcherver% %mypath%
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user