Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何将文件夹压缩为.rar并将其移动到另一个目录?我曾尝试从 vb.net 应用程序中执行此操作,并通过编写批处理文件来执行此操作,但我不确定文件的内容。你能帮忙吗?
Process.Start("""DESTINATION TO WINRAR""", "a -afrar -m5 -ed -pPASSWORDHERE -r -ep1 """ & WHERE YOU WANT TO SAVE THE FILE & """ ""DIRECTORY TO BACKUP*""")