|
-
Jul 18th, 2025, 09:08 AM
#1
Thread Starter
Addicted Member
OrdoVBPArchiver : a tool for backing up your Visual Basic sources
OrdoVBPArchiver is a Visual Basic 6 source backup utility, initially developed for internal use within our company.
Once the project's VBP is selected, OrdoVBPArchiver finds all the project's constituent files and compresses them into a Zip file. The VBP is then rewritten so that the saved project can be directly loaded into the Visual Basic 6.0 IDE.
Project files are compressed while respecting the folder structure of the source directory. Files external to the source folder are brought into a subfolder named 'FileNotInRootPath'.
Everything is compressed into a Zip file named according to the following convention :
ProjectName.major.minor.revision.yyyymmddhhnnss.zip
where yyyymmddhhnnss represents the date and time the backup started.
While OrdoVBPArchiver can archive a single project, OrdoVBPArchiver can also, with a single click, archive a user-defined group of projects, ensuring the backup of complex solutions developed in VB6.
Indeed, the most complex software generally comprises a main project and often numerous satellite projects (configuration tools, function DLLs, ActiveX components...).
This makes it easy to back up all the sources of a solution, providing an instant "snapshot" !
Comparing two 'snapshots' from different dates, looking for code changes, with an open source program like WinMerge, for example, becomes extremely easy.
OrdoVBPArchiver is freeware that can be downloaded from https://freeware.ordoconcept.net/OrdoVBPArchiver.php
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|