I need to setup a script that will create a "working directory" for an 
application. 

Here's the whole story. I have a java application which needs to start from 
the directory where it is as a working directory. The problem is that this 
application can be installed by the user anywhere on his system. So I need a 
way to start the application from the diectory it was saved in. In windows 
for example I can create a shortcut with a working directory, in Linux I 
don't know? One way is to use a script which I ask the user to set the 
working directory by him self. My question is if there are other ways to do 
it?


-- 
shai


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to