Re: Desktop DragDrop files

2001-11-30 Thread Alex Shaw
Date: Thu, 29 Nov 2001 13:49:30 + Subject: Re: Desktop DragDrop files From: Ben Rubinstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] on 29/11/01 2:40 AM, Alex Shaw at [EMAIL PROTECTED] wrote: For windows.. it is easy .. compile your exe Dropped files

Re: Desktop DragDrop files

2001-11-29 Thread Ben Rubinstein
on 29/11/01 2:40 AM, Alex Shaw at [EMAIL PROTECTED] wrote: For windows.. it is easy .. compile your exe Dropped files are accessed via the global variables $0 - app name/path; $1 - dropped file 1; etc (see Help - Concepts Techniques - The Outside World) So to access the full path to

RE: [Metacard] Desktop DragDrop files

2001-11-28 Thread xbury . cs
Environment variables can be had by reading the registry in some cases or answer shell(echo %path%) cheers Xavier -Original Message- From: Ben Rubinstein [mailto:[EMAIL PROTECTED]] Sent: mercredi 28 novembre 2001 13:45 To: [EMAIL PROTECTED] Subject: Re: [Metacard] Desktop DragDrop

Re: Desktop DragDrop files

2001-11-28 Thread Alex Shaw
-Original Message- From: Ben Rubinstein [mailto:[EMAIL PROTECTED]] Sent: mercredi 28 novembre 2001 13:45 To: [EMAIL PROTECTED] Subject: Re: [Metacard] Desktop DragDrop files on 27/11/01 6:09 AM, Alex Shaw at [EMAIL PROTECTED] wrote: -Simple executable app (or its

[Metacard] Desktop DragDrop files

2001-11-26 Thread Alex Shaw
Hi, what.. -Simple executable app (or its alias/shortcut) which sits on the desktop. -User can drag drop random files onto the app. -App processes files. I can easily access the list thru the environment variable names $0 $1 $2 etc on the pc but the same app on the mac returns empty variables