
January 4th, 2005, 10:17 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
how to use unzipsfx to extract files to desired directory?
Hi guys,
I've been searching and searching and all the web gives me is the man page for unzipsfx. How do i use the '-d' command to have my self-extract EXE file extract the files to a desired directory?
The man pages gives me this:
To create a self-extracting archive letters from a regular zipfile letters.zip and change the new archive's permissions to be world-executable under Unix:
cat unzipsfx letters.zip > letters
chmod 755 letters
zip -A letters
now, how can i configure the self-extract zip file extract the files to a hypothetical directory of ./testscript when i run the file 'letters'? Thanks for your help.
|