Code: Select all
Command: 1.bat
Parameters: %F %L
Code: Select all
@echo off
echo %1
echo %2
pause
Same happens when I use any other list variables too (%WF %UF %WL %UL) in same command line.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Command: 1.bat
Parameters: %F %L
Code: Select all
@echo off
echo %1
echo %2
pause