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
