add debug params
This commit is contained in:
parent
c32157bfda
commit
479b365ebb
|
|
@ -1,5 +1,13 @@
|
||||||
@echo off
|
@echo off
|
||||||
setlocal EnableDelayedExpansion
|
setlocal EnableDelayedExpansion
|
||||||
|
|
||||||
|
REM DEBUG: Zeige was ankommt
|
||||||
|
echo Argument 1: %~1 > "%TEMP%\freigabe_debug.txt"
|
||||||
|
echo Argument 2: %~2 >> "%TEMP%\freigabe_debug.txt"
|
||||||
|
echo Argument 3: %~3 >> "%TEMP%\freigabe_debug.txt"
|
||||||
|
echo Argument 4: %~4 >> "%TEMP%\freigabe_debug.txt"
|
||||||
|
echo Alle Args: %* >> "%TEMP%\freigabe_debug.txt"
|
||||||
|
|
||||||
set "action=%~1"
|
set "action=%~1"
|
||||||
set "filepath=%~2"
|
set "filepath=%~2"
|
||||||
set "scriptdir=%~dp0"
|
set "scriptdir=%~dp0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue