I ma using 7zip to create a self extracting file (SFX) and would like to define the directory where the file is to be extraced.
For example, I have 3 files I want to extract to the system32 folder and think the command to do this is to add the following parameter:
-o %systemroot*\system32 -y
Anyone else tried this?
For example, I have 3 files I want to extract to the system32 folder and think the command to do this is to add the following parameter:
-o %systemroot*\system32 -y
Anyone else tried this?