1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/bin/jc.bat

8 lines
124 B
Batchfile
Raw Normal View History

2014-01-12 19:34:28 +00:00
@echo off
echo %*|>nul findstr /rx \-.*
if ERRORLEVEL 1 (
"%~dp0\j.bat" "%cd%" %*
2014-01-12 19:34:28 +00:00
) else (
python "%~dp0\autojump" %*
2014-01-12 19:34:28 +00:00
)