i am try to Use Like This
Cmd:(ask) t0rrent File Path
User: Enters Nothing (press enter)
Code: set variable "%file%" to %USERPROFILE%\Downloads (Downloads folder)
But The %null% no works
Here is my Code
@echo off
set /p file=t0rrent File Path (Default is Download Folder)
if %file% == %null%(
echo set file=%USERPROFILE%\Downloads
)
timeout /t 1
cd %path%