Zipping Workspace Source Files from MSDEV

Environment: Visual C++ 6.0

This add-in zips all sources registered in an open workspace and stores the resulting zip file in a predefined backup directory.

This add-in may be useful to complete the following tasks:

  1. Check workspace consistency and find any unregistered files. Unzip the resulting zip file in some other folder and build targets of the workspace. The build will be successful only if ALL sources have been registered in the workspace.
  2. Clean up development directory from junk files. After Step 1 succeeds, delete all previous development folders and unzip their zip files.
  3. Find dead links from the workspace (to the files that no longer exist or have been moved).
  4. Do periodical backup (daily, weekly). A four-digit counter may be appended to the file, which will be forwarded every predefined period.
  5. Fixate development milestone by forcing backup counter.
  6. Zip source files for delivery.
  7. Zip selected projects from the workspace.

Downloads


Download source – 129 Kb

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read