home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / dos / 4dos / 4uzytki / bkup12.exe / BK-HLP.BTM < prev    next >
Text File  |  1995-05-18  |  6KB  |  162 lines

  1. :: BK-HLP.BTM
  2. :: A HELP file for BKUPxx.BTM.
  3.  
  4. if "%1"=="name_text" goto name_text
  5. if %@index[%1,i] ge 0 goto help_i
  6.  
  7. :help
  8. cls
  9. screen 2 0
  10. text
  11.    BKUP.BTM
  12.    (1) Creates a compressed archive for [a] all or part of the files saved
  13.        today, or [b] since a specified number of days back, or
  14.        [c] since a specified date.
  15.    (2) (With the -x switch:) Extracts the archive(s).
  16.    
  17.    All default parameters for BKUP are configurable in BKUP.INI. However,
  18.    most parameters can be overridden from the command line. Aliases with
  19.    parameters different from the defaults is another way to avoid making
  20.    changes to any of the files in the BKUP package.
  21.    
  22.    When run with the -x switch, a selection screen will allow marking
  23.    files for extraction (with spacebar), or "point and shoot" (by putting
  24.    the cursor on the desired file and pressing ENTER).
  25.    
  26.    BKUP uses by default Katz's PKZIP/PKUNZIP, but can be told to use
  27.    ZIP/UNZIP, or UC2 (UltraComprtessor II) instead. There are, however,
  28.    still unresolved small problems with both ZIP/UNZIP and UC2. See
  29.    BKUP.DOC for more details.
  30.  
  31.    --> BKUP h (or ?) displays HELP screens. 'i' - USAGE screen.
  32.    --> Press now any key for USAGE instructions.
  33.  
  34. endtext
  35. pause >nul
  36.  
  37. :help_i
  38. cls
  39. text
  40.   USAGE for ARCHIVING:
  41.  
  42.   BKUP [<search_drive:> <archive_drive:>] [parameters] [options]
  43.     <search_drive:>  is the drive which should be searched for files
  44.     <archive_drive:> is the drive where the archive should be created
  45.  
  46.   Parameters are:  [ n|-sMM-DD-YY ]
  47.      'n' stands for 'number of days back from today'.  For example, 'BKUP 3'
  48.          will create a list since three days back from today's date.
  49.      's' (or /s or -s) stands for 'since', followed by date, in the
  50.          MM-DD-YY (month-day-year) format. For example: BKUP s01-29-90 will
  51.          create a list for files created since 29 January 1990.
  52.  
  53.   Options are: [ /pkzip|/zip|/uc ] [/int | /noint [ /x file(s) file(s) ...]
  54.          '/pkz'                select Katz's PKZIP and PKUNZIP (Default)
  55.          '/zip'                select free ZIP and UNZIP
  56.          '/uc'                 select UC2 (UltraCompressor II)
  57.          '/int' or 'noint'     check / do not check integrity of archive
  58.          '/x file(s) ...'      list of file(s) for exclusion
  59.  
  60. endtext
  61. inkey /K"ND[ESC][Enter]" ==`>` Press :n ENTER   -   for instructions on EXTRACTING archivesn N       -   for reading on giving your computer a namen D       -   for default parameters and examples n ESC     -   quit %%rep
  62.     if %rep == %@char[27] cancel
  63.     if %rep == @28 goto extract_h
  64.     if %rep == D goto defaults_text
  65.     if %rep == N goto name_text
  66.  
  67. :extract_h
  68. cls
  69. screen 3 0
  70. text
  71.   USAGE for EXTRACTING archives:
  72.  
  73.   BKUP -x|/x|x [<toupdate_drive:> <archive_drive:>] [options]
  74.   where
  75.       <toupdate_drive:>  is the drive to extract TO.
  76.       <archive_drive:>   is the drive to extract FROM.
  77.       If no drives specified, defaults are default drive ("to")
  78.       and B: ("from")
  79.       
  80.   Options are: [ /pkz|/zip|/uc ] [ /x file(s) file(s) ...]
  81.  
  82.       '/pkz'            select Katz's PKZIP and PKUNZIP (Default)
  83.       '/zip'            select free ZIP and UNZIP
  84.       '/uc'             select UC2 (UltraCompressor II)
  85.       '/x file(s) ...'  list of file(s) not to be extracted
  86.  
  87.    For full description read BKUP.DOC.
  88.  
  89. endtext
  90. inkey /K"YND[ESC] [Enter]" ==`>` About "name giving" press ENTER; D for defaults and examples;n    ESC to quit. %%rep
  91.     if %rep == %@char[27] cancel
  92.     if %rep == @57 .or. %rep == @28 goto name_text
  93.     if %rep == D goto defaults_text
  94.  
  95.  
  96. :name_text
  97. cls
  98. screen 2 0
  99. text
  100.      COMPUTER "NAMES"
  101.      ================
  102.  
  103.      BKUP is set to use the labels of your "search disk" and "extract disk"
  104.      (both of which would normally be your default drives) as "names" for
  105.      your computer. This makes it possible to know which of your computers
  106.      has/have been updated, and to which computers the archive has been
  107.      extracted (if there are more than one archive, BKUP will add all of
  108.      their names when the archive was extracted).
  109.      
  110.      You can change this default by entering a different name for your
  111.      computer at the 'compuname=' line in BKUP.INI.
  112.      
  113.      If your default drive has been given no label, BKUP will prompt you
  114.      to give your computer a temporary name for the current session. You
  115.      can make this "name" permanent by labeling your hard disk or typing
  116.      a name at the 'compuname=' line in BKUP.INI.
  117.  
  118. endtext
  119. if .%compu=.on (pause^quit)
  120. :: (return to bk-prams)
  121.  
  122. inkey /K"YN[ESC][Enter]" ==`>` Press Enter to continue; ESC to quit %%rep
  123.     iff %rep == %@char[27] then cancel
  124. elseiff %rep == @28 then goto defaults_text >&>nul
  125. endiff
  126.  
  127. :defaults_text
  128. cls
  129. screen 1 0
  130. text
  131.       BKUP "BUILT-IN" DEFAULTS
  132.       ========================
  133.       If BKUP is run without any parameters and options, it will use
  134.       the defaults defined in BKUP.INI. If BKUP.INI is missing,
  135.       BKUP will use its "internal" defaults.
  136.  
  137.       The PRIMARY defaults (for both compressing and extracting) are:
  138.       (1) Disk from which files will be compressed - default drive
  139.       (2) Drive where archive will be created      - B:
  140.       (3) Disk to which files will be extracted    - default drive
  141.       (4) Drive where archive will be looked for   - B:
  142.       (5) Compression and extraction programs:     - PKZIP and PKUNZIP
  143.       (6) Date for files to be updated:            - today
  144.       (7) Exclude files:                    -  *.zip *.bak *.tmp *.log
  145.  
  146.       Therefore, if you just type "BKUP", this is equal to typing:
  147.       
  148.       (compressing:) BKUP c: b: 0 /pkzip /x *.zip *.bak *.tmp *.log
  149.       (extracting:)  BKUP -x c: b: 0 /pkzip /x *.zip *.bak *.tmp *.log
  150.  
  151.       For an explanation of SECONDARY and OTHER defaults see BKUP.DOC.
  152.  
  153. endtext
  154.  
  155.  
  156. :help_p
  157. inkey /K"HP[ESC][Enter]" ==`>` Press Enter or ESC to quit, H for first HELP screen %%rep
  158.     iff %rep == %@char[27] .or. %rep == @28 then cancel
  159. elseiff %rep == H then goto help
  160. endiff
  161. :: =====end HELP====
  162.