DropScript - 0.5converts shell, Perl, other scripts into OS X drop apps |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
It wasn't really… - Version: 0.5, 8/13/2002 12:58PM PST
Wilfredo Sanchez
an IE bug. The problem was that www.mit.edu wasn't sending the MIME type for .dmg files. It's fixed now.
forty_two - alas,… - Version: 0.5, 8/11/2002 08:02AM PST
sjonke
if David were to have switched to Chimera or Mozilla or Netscape or OmniWeb or... he would run into the same problem. The problem is on the server, not the browser.
david: this is… - Version: 0.5, 8/11/2002 07:15AM PST
forty_two
a well known, long-time deficiency with IE that handles .dmg files incorrectly. Just do "save as...", or stop using IE.
I can't get… - Version: 0.5, 8/11/2002 02:14AM PST
DavidFerrington
this to download - instead of lauching an IE download window, it appears as text in a normal browser window - any suggestions?
With the help… 



- Version: 0.3, 5/13/2002 09:08AM PST
sjonke
here I managed to get it work. This is great. Incidentally, if you are using to for an X Windows application, include the following line at the beginning of your shell script to start XDarwin if needed and switch to it already running: /usr/bin/osascript -e 'tell application "XDarwin" to activate'
Regarding lack of… 



- Version: 0.3, 5/3/2002 07:50PM PST
jdtangney
docs... Follow the "product info" link on the right, and you'll find that this is part of the darwin project. Open almost any script file in Mac OS X and you'll find the name of Wilfredo Sanchez, Demigod! Fall to your knees, O you of little vision.
(works well under… 



- Version: 0.3, 4/15/2002 04:20PM PST
iMeridiAC
OS 10.1.3) some advisements .. take a closer look at (Un)Shove.sh and try to drop them to DropScript and you'll understand .. then you may open the application bundle and look at /Contents/Resources/script (that is what is actually executed) and about what is not documented .. the DropScript sets some variables .. $1 or $file : path to the dropped file $0 : path to the executed script file
Wow, talk about… 



- Version: 0.3, 2/15/2002 12:16PM PST
storme
a crippling lack of documentation. How does it work? It sounds cool - if only the author had thought to put in a paragraph of explanation on how to use it....
This program seems… 



- Version: 0.3, 11/29/2001 11:36AM PST
Snorri--2008
to have stopped working in 10.1.1. I had it working before 10.1.1. However, you must direct all script output that you want to see to a file as the program will not open a window and display output. Also if you change the script and try to make another drop app, you must remove or rename the old app first as dropscript will not overwrite the old one. (And will not tell you either.)