I have a file named windows tutorial.pdf and its size is 140M. I use the rar.exe command from WinRAR to archive it.
rar.exe a -v50m archive.rar "windows tutorial.pdf"
The upper code will create a list of files.
archive.part01.rar
archive.part02.rar
archive.part03.rar
My question is, it there an easy way to specify the archive file name using the original file name (instead of specify it directly in the command like rar.exe a -v50m "windows tutorial.rar" "windows tutorial.pdf")? In this case, what I want is
windows tutorial.part01.rar
windows tutorial.part02.rar
windows tutorial.part03.rar