You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
124 B

пре 10 година
пре 10 година
пре 10 година
  1. @echo off
  2. echo %*|>nul findstr /rx \-.*
  3. if ERRORLEVEL 1 (
  4. "%~dp0\j.bat" "%cd%" %*
  5. ) else (
  6. python "%~dp0\autojump" %*
  7. )