Search found 1 match

by hmp_khauff
13 Apr 2009 12:33
Forum: DOS Batch Forum
Topic: what is %~f0
Replies: 4
Views: 23783

what is %~f0

i have this instruction in the batch file:
for /f "tokens=1,2,* delims=_ " %%A in ('"findstr /b /c:":menu_" "%~f0""') do echo. %%B %%C

i want to know what's the function of this command: %~f0