add debug params
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
@echo off
|
||||
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 "filepath=%~2"
|
||||
set "scriptdir=%~dp0"
|
||||
|
||||
Reference in New Issue
Block a user