Home / Microsoft / Microsoft DOS / help me (drag n' drop)
0 Members and 3 Guests are viewing this topic. « previous next »
Pages: 1 [2]  All - (Bottom) Print
Author Topic: help me (drag n' drop)  (Read 1313 times)
Steve (Somebody)
Guest
« Reply #15 on: November 20, 2005, 11:26:33 AM »

i tried it with this code:
IP logged
Steve (Somebody)
Guest
« Reply #16 on: November 20, 2005, 11:29:56 AM »

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.html
IP logged
Steve (Somebody)
Guest
« Reply #17 on: November 20, 2005, 11:31:50 AM »

and i did change mid2pexe to midp2exe that was a typo in the code :) i just copy pasted the code above from the previous post
IP logged
Steve (Somebody)
Guest
« Reply #18 on: November 20, 2005, 11:50:39 AM »

t
IP logged
Gustaaf
Guest
« Reply #19 on: November 20, 2005, 02:30:47 PM »

There 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 :)
IP logged
Pages: 1 [2]  All - (Top) Print 
Home / Microsoft / Microsoft DOS / help me (drag n' drop) « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.089 seconds with 17 queries.