1.

Solve : a batch file that regonize a file type?

Answer»

Hello guys,
i have a little question, what code do i need to regonize a specefic file type.
i already TYPED this code:

if not %last_downloaded%=="*.JAR" GOTO something

if you know a code that works, please answere
- lukefor /F "delims=" %%A in ("%last_downloaded%") do if "%%~xA"==".jar" goto somewhereif not "%last_downloaded:~-4%"==".jar" goto somewhere



Discussion

No Comment Found