I'm having a problem passing some arguments through my python script to a test.bat file.
//test.bat
@echo off
:: Extracting and input arguments
set IP=%1
set PASS=%~2
set DIR=%~3
:: Setup logfile
set LOG_FILE="
I'm having a problem passing some arguments through my python script to a test.bat file.
//test.bat
@echo off
:: Extracting and input arguments
set IP=%1
set PASS=%~2
set DIR=%~3
:: Setup logfile
set LOG_FILE="