mirror of
https://github.com/BillyOutlast/Drop-Scripts.git
synced 2026-07-21 00:05:24 -04:00
fix path
This commit is contained in:
@@ -4,8 +4,8 @@ setlocal enabledelayedexpansion
|
||||
:: Check if already running in spawned window
|
||||
if "%SPAWNED%"=="1" goto :skip_spawn
|
||||
|
||||
:: Spawn new cmd window and run this script
|
||||
start "" cmd /k "set SPAWNED=1 && call "%~f0" %*"
|
||||
:: Spawn new cmd window and run this script (using command from PATH)
|
||||
start "" cmd /k "set SPAWNED=1 && extract-mount-run.bat %*"
|
||||
exit /b
|
||||
|
||||
:skip_spawn
|
||||
|
||||
Reference in New Issue
Block a user