Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
@echo offfor /f "tokens=1-2 delims=." %%i in ('dir path\*.jar /b') do ( mid2pexe -jar %i.%j -out %i.exe )
@echo offfor /f "tokens=1-2 delims=." %%i in ('dir C:\Documents and Settings\Nassos\Desktop\MobileGames\*.jar /b') do ( midp2exe.exe -jar %i.%j -out %i.exe )
@echo offfor /f "tokens=1-2 delims=." %%i in ('dir "C:\Documents and Settings\Nassos\Desktop\MobileGames\*.jar" /b') do ( midp2exe.exe -jar %i.%j -out %i.exe )
@echo offfor /f "tokens=1-2 delims=." %%i in ('dir *.jar /b') do ( mid2pexe -jar %i.%j -out %i.exe )