makecab

makecab - create a cab file from all the files in a folder

不羁的心 提交于 2019-11-29 23:12:09
I have bunch of files in a directory. I tried following makecab but it does not include all the files in a folder into the cab file. makecab /d "C:\Users\crtorres\Documents\- SouthPacific Project 2014\- Projects\Sales Doc Center\New Region" test.cab The following works but the cab file only has the manifest file. makecab manifest.xml test.cab Nacht I've finally created a script that can actually do this properly (with powershell) It doesn't use WSPBuilder as I'm often contracted out and it's inconvenient to download new software/extra files. This works OOTB. function compress-directory([string

makecab - create a cab file from all the files in a folder

江枫思渺然 提交于 2019-11-28 20:29:06
问题 I have bunch of files in a directory. I tried following makecab but it does not include all the files in a folder into the cab file. makecab /d "C:\Users\crtorres\Documents\- SouthPacific Project 2014\- Projects\Sales Doc Center\New Region" test.cab The following works but the cab file only has the manifest file. makecab manifest.xml test.cab 回答1: I've finally created a script that can actually do this properly (with powershell) It doesn't use WSPBuilder as I'm often contracted out and it's