|
Answer» i tried it with this code:i tried it with this code Code: [Select] @echo off for /f "tokens=1-2 delims=." %%i in ('dir *.jar /b') do ( mid2pexe -jar %i.%J -out %i.exe )
doesn't seem that anything HAPPENS, the command prompt just opens and closes in the blink of an eye with no result. if u wanna check the thing yourself find the software here http://kwyshell.myweb.hinet.net/pager.html?Project/Midp2Exe/index.htmland i did change mid2pexe to midp2exe that was a typo in the code i just copy pasted the code above from the previous posttThere is some HOPE yet.. this is the COMPUTER HOPE form.
A simple drag and drop routine..
Create a script and mvoe it to your desktop. (no SHORTCUTS) have your script handle incoming variables..
Example. @echo off echo. TYPE %1 pause
now drag and drop a text file onto your script. A dos box will open, lsit the contentst of the text file and then pause.
this is the bassis for what you need. Just make sure you handle the incoming variables inside the script. then you re-asign them to any other program
|