home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / backup / readme.txt < prev    next >
Encoding:
Text File  |  1994-08-12  |  1.2 KB  |  42 lines

  1. Backup and Compress Utility
  2. Version 1.0f
  3. (Part of VB TimeControl)
  4.  
  5. ***************************************************************************
  6.             DO NOT PANIC
  7. This programm makes no changes to your WIN.INI or SYSTEM.INI nor any
  8. other previously existing files on your harddisk.
  9.  
  10. It only creates an own INI file, the backup and release files you asked for
  11. ***************************************************************************
  12.  
  13. 1.  Open Projectfile
  14.  
  15. 2.  Use Setup to check PKZIP.EXE path and backup path
  16. 2.1 Backup path:
  17.     - choose a path for all backups or
  18.     - choose cancel ( = no ) to backup 
  19.       to the project path
  20. 2.2 More:
  21.     Add some files you use in you project but don't like to backup.
  22.  
  23. 3.  Read project
  24.     Reads the project and shows the module in a list
  25.  
  26. 4.  Pack project
  27.     Copies the project to a RELEASE\ directory and stripes all unreferenced
  28.     functions and subs
  29. 4.1 Stats
  30.     Shows in a list the used and the not used functions and subs
  31. 4.2 Exefile
  32.     Starts VB (if not running) to make an EXE
  33.  
  34. 5.  Backup
  35.     Creates a ZIP file with all the needed files of the project as a backup
  36.  
  37. 6.  All
  38.     Runs 3. 4. and 5.
  39.  
  40. 7.  Exit
  41.  
  42.