I want to create a folder in a RAR file and then add a file inside that folder. What commands should be issued to create a structure as follows?
File.exe(SFX Archive) > Folder > File.txt
I am trying to use this command:
rar a -ep1 -sfx rar.exe/folder file.txt
However it does not work and says that rar.exe/folder not found. The help file does not show a way to add a folder or directory inside an archive.
