home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regulate / DOSLFNBK.TXT < prev    next >
Text File  |  1997-05-04  |  38KB  |  778 lines

  1. DOSLFNBK v 2.2 - Backs up/restores Win95 long filenames in DOS
  2.  
  3. Copyright (c) 1995,1997 D.J. Murdoch.
  4.  
  5. 0. Contents of this file
  6.  
  7.    1. Syntax
  8.    2. Description
  9.    3. Details
  10.    4. Memory Limitations
  11.    5. Safety
  12.    6. Recovery from Total Disk Failure
  13.    7. License
  14.    8. Release History
  15.    9. Acknowledgments
  16.  
  17. 1. Syntax:
  18.  
  19.       DOSLFNBK drive:directory [options]
  20.  
  21.         will back up all the long filename records in the named
  22.         directory and subdirectories of it to a file called
  23.         BACKUP.LFN.
  24.  
  25.       Options:
  26.         /all         Back up all filenames, not just LFNs and unusual
  27.                      attributes
  28.         /f filename  Back up to this file instead (default .LFN
  29.                      extension)
  30.         /force       Force DOSLFNBK to go ahead without asking questions,
  31.                      even when it may be unsafe
  32.         /from pathname  Restore names from this path
  33.         /l           List contents of backup file
  34.         /na          No attributes:  don't back up or restore attributes
  35.         /nf          No full restore check
  36.         /nr          No recursive:  don't do subdirectories
  37.         /nt          Don't restore times from LFN backup
  38.         /o           Always overwrite existing LFNs
  39.         /orphans     Go ahead if LFN damage is found
  40.         /p           Prompt before each filename restore (ignored
  41.                      during saves)
  42.         /r           Restore from existing backup
  43.         /s directory Skip directory
  44.         /v           Give running status report
  45.         /d filename  Write a detailed debugging log to filename
  46.  
  47.       Examples:
  48.  
  49.         For recovery from a total disk failure, see section 6 below.
  50.  
  51.         To back up every long filename on the disk into BACKUP.LFN:
  52.  
  53.            doslfnbk c:\
  54.  
  55.         To restore just the Windows directory and subdirectories:
  56.  
  57.            doslfnbk c:\windows /r
  58.  
  59.         To restore just the root directory, but no subdirectories:
  60.  
  61.            doslfnbk c:\ /r /nr
  62.  
  63.         To backup everything except the MS Internet Explorer cache and
  64.         history directories:
  65.  
  66.    doslfnbk c:\ /s \progra~1\micros~1\cache /s \progra~1\micros~1\history
  67.  
  68.         To backup the current directory and subdirectories:
  69.  
  70.            doslfnbk .
  71.  
  72.         To restore the "Program Files" directory name and its
  73.         subdirectories, you need two runs:
  74.  
  75.            doslfnbk c:\PROGRA~1 /r
  76.            doslfnbk c:\ /r /p /nr
  77.  
  78.         On the second run, you'll be prompted for each name to restore;
  79.         just say yes when you see "Program Files".
  80.  
  81.         To see what filenames in the "Program Files" directory and its
  82.         subdirectories are in the current BACKUP.LFN file:
  83.  
  84.            doslfnbk c:\PROGRA~1 /l
  85.  
  86.         To restore names from files that were originally in
  87.         D:\OriginalDir (short name \ORIGIN~1) but which are now in
  88.         E:\CurrentDir:
  89.  
  90.            doslfnbk e:\CurrentDir /r /from \ORIGIN~1
  91.  
  92.         To get a listing of every file on your disk, including
  93.         attributes, sizes and times:
  94.  
  95.            doslfnbk c:\ /all
  96.            doslfnbk /l
  97.  
  98. 2. Description:
  99.  
  100.         Microsoft's Windows 95 introduces long filenames (LFNs), and
  101.         they are mostly compatible with old software.  However, there
  102.         are some problems.  Old backup programs don't recognize LFNs, so
  103.         they don't get properly backed up.  Worse, the Win95 backup
  104.         program doesn't support a lot of common backup hardware (e.g.
  105.         Colorado Memory Systems tape drives using accelerator cards) and
  106.         won't run in DOS mode, so recovery from a catastrophic disk
  107.         failure can be really difficult.
  108.  
  109.         To address this problem, Microsoft put a program called LFNBK on
  110.         the Win95 CD ROM to back up your LFNs.  However, it's very
  111.         inconvenient to use.  It requires changes to your Control Panel
  112.         settings before and after use, and it works by stripping all the
  113.         LFNs off your disk --- so you need to restore them again after
  114.         you've done your backup to tape.  It will only run after Win95
  115.         has booted, so again you've got big problems after a
  116.         catastrophic disk failure.  If you've got a program that is
  117.         completely incompatible with LFNs then you might want to use
  118.         LFNBK, but for routine system backups it's too much of a pain.
  119.  
  120.         I wrote DOSLFNBK to address these problems.  It runs in any
  121.         version of DOS that can see your disk, and can both backup and
  122.         restore your files there.  During backup, it makes no changes to
  123.         the names, so you can routinely run it just before a tape backup
  124.         and not have to undo the damage afterwards.  It also allows
  125.         partial backups and partial restores; I'm pretty sure LFNBK is
  126.         an all-or-nothing affair.
  127.  
  128.         The downside of DOSLFNBK is that it has to work on the disk
  129.         below the file system level.  This means that it needs to lock
  130.         the disk to make sure no other programs are writing to the disk
  131.         while it is running.  This may cause errors in the other
  132.         programs; I recommend shutting them down before running
  133.         DOSLFNBK, or running it in a single-tasking DOS session.
  134.  
  135. 3. Details:
  136.  
  137.    Contents of this section:
  138.  
  139.           - what DOSLFNBK does
  140.           - what is in the backup file
  141.           - how to specify which directory to back up
  142.           - how to specify which directory to restore from
  143.           - existing long filenames and the /o option
  144.           - date information
  145.           - changed files
  146.           - file attributes and the /na and /nf options
  147.           - the /v verbose option and the /d debug option
  148.           - the /all option to back up all filenames
  149.           - the /force option to ignore warnings
  150.           - the /orphans option for damaged directories
  151.           - the /s option to skip directories
  152.           - large directories
  153.           - the LOCK and UNLOCK commands
  154.           - the irritating jump to full screen
  155.           - DOSLFNBK, disk defragmenters and directory sort utilities
  156.           - DOSLFNBK and XCOPY
  157.           - exit codes
  158.  
  159.  
  160.    - what DOSLFNBK does
  161.  
  162.         When doing a backup, DOSLFNBK reads the directories on the disk
  163.         and writes copies of all of the LFN records to the binary
  164.         BACKUP.LFN file (or whatever file you specify with /f).  If you
  165.         use the /nr option, it will work only on the specified
  166.         directory; otherwise, it saves those entries as well as
  167.         everything in any subdirectory below it.
  168.  
  169.    - what is in the backup file
  170.  
  171.         DOSLFNBK stores a full copy of the directory record for each
  172.         backed up file.  You can see this information by using the /l
  173.         option to list the file. It also keeps a record of which version
  174.         of DOSLFNBK was used to produce the backup, and what command
  175.         line arguments were used.  You can see this information by
  176.         TYPEing the backup file, or using the /V option when reading it.
  177.  
  178.    - how to specify which directory to back up
  179.  
  180.         Relative directory specifications are supported, and DOSLFNBK
  181.         understands SUBST to some extent.  (I believe it's possible with
  182.         a complicated network of SUBST, JOIN, etc. to confuse it; don't
  183.         do that!)
  184.  
  185.         The directory name itself won't be backed up or restored; only
  186.         the files and subdirectories within it. There is no way to
  187.         specify a subset of the files; you have to use the /p prompting
  188.         option if you want this.
  189.  
  190.         The original drive letter is not stored in BACKUP.LFN, so you
  191.         can use DOSLFNBK to save the long filenames on one drive, use a
  192.         DOS utility to move them to another drive, and then restore the
  193.         filenames there.
  194.  
  195.    - how to specify which directory to restore from
  196.  
  197.         By default DOSFLBNK will restore to the same
  198.         full path as was originally backed up.  To restore to a
  199.         different target directory, use the /from option.  The name
  200.         given in the /from option should be the original directory name
  201.         fully specified in 8.3 format, with no drive letter.  For
  202.         example, if you back up E:\OriginalDir, you should restore using
  203.         the option "/from \ORIGIN~1".  If you forget the 8.3 form, use
  204.         the /L option to list the backup file to see it.
  205.  
  206.    - existing long filenames and the /o option
  207.  
  208.         DOSLFNBK will normally not overwrite an existing LFN with a
  209.         different one; you should rename the file to its 8.3 alias
  210.         before running if you want to restore an old name, or run with
  211.         the /p option for individual prompting, or the /o option to
  212.         force overwrites.  These two options are mutually exclusive.
  213.  
  214.         Some DOS versions (e.g. Hebrew DOS) store special characters for
  215.         short filenames in records that are identical to long filename
  216.         records.  To restore the true long filenames in these DOS
  217.         versions, you *must* use either the /p or the /o option.
  218.         Similarly, Win95 sometimes generates LFNs when you copy files
  219.         with special characters (e.g. accented letters).  If you have
  220.         moved or manipulated these files in Win95, you'll need to
  221.         overwrite these generated LFNs.
  222.  
  223.         Win95 sometimes creates LFNs for files with special characters
  224.         in the names, even if the name is otherwise pure 8.3 form.  I
  225.         suspect this is to allow compatibility across code pages:  the
  226.         LFN will use the Unicode character encoding, while the 8.3
  227.         record depends on the code page.  DOSLFNBK will handle these
  228.         properly for code page 437 (the standard US code page), but it
  229.         may fail to restore some filenames containing special characters
  230.         in other code pages, because it will think they are valid LFNs.
  231.         Use /p or /o to force a restore of these names as well.
  232.  
  233.    - date information
  234.  
  235.         Normally, DOSLFNBK will restore the backed up date information,
  236.         since older DOS versions and DOS utilities probably don't save
  237.         this properly.  You can override this behaviour by using the /nt
  238.         switch.
  239.  
  240.    - changed files
  241.  
  242.         If during a restore, DOSLFNBK detects that the file size has
  243.         changed, you'll be prompted as to whether you want to restore
  244.         the LFN or not.  If you choose to restore it, the date
  245.         information will *not* be restored, as it is probably incorrect.
  246.  
  247.    - file attributes and the /na and /nf options
  248.  
  249.         Many backup programs don't handle Win95 file attributes properly.
  250.         They will skip hidden files or hidden directories, or change the
  251.         attributes upon restore.  Since some of the special features of
  252.         directories in Win95 depend on the attributes, this can cause
  253.         problems after a restore.  To avoid this, DOSLFNBK does two
  254.         things:  First, it checks that every directory and file recorded
  255.         in the backup file exists during the restore.  If any are
  256.         missing, it prints a warning message.  To skip this check, use
  257.         the /nf (no full restore) option.
  258.  
  259.         The second thing done to protect against attribute-challenged
  260.         programs is to store information on files with any unusual
  261.         attributes, whether they have long filenames or not.  These
  262.         include System, Hidden and Readonly files and directories, and
  263.         also files using two directory attribute bits that are not
  264.         normally used. During a restore, DOSLFNBK will restore any
  265.         attribute bits except the SubDirectory and Volume attributes
  266.         (because changing these would damage the disk structure) and the
  267.         Archive attribute (because this is typically used to signal
  268.         whether a file is backed up or not; one would expect it to
  269.         change after a backup).
  270.  
  271.         If you don't want this special handling of attributes, use the
  272.         /na option.  Only long filename records will be backed up, and
  273.         during a restore the file attributes of the file on the disk
  274.         will be kept.
  275.  
  276.    - the /v verbose option and the /d debug option
  277.  
  278.         To show you the progress of a run, DOSLFNBK prints a dot for
  279.         about every 10 directories examined or (in /v mode) prints the
  280.         directory and file names.  If it stops printing for more than a
  281.         few seconds, something is probably wrong.  Try running again
  282.         with the /d debug log option, and if it stops again, please
  283.         email me (dmurdoch@mast.queensu.ca) a copy of your log, along
  284.         with a description of your system.  I'm very interested in
  285.         making DOSLFNBK as bug-free as possible.
  286.  
  287.    - the /all option to back up all filenames
  288.  
  289.         Sometimes you may want a record of the names of every file on
  290.         the disk.  An easy way to get this is to run DOSLFNBK with the
  291.         /all option.  This will save the directory descriptions of every
  292.         file and subdirectory on your disk.  To view the listing, run
  293.         again with the /l option.  You can also make use of this during
  294.         the restore to detect files that have changed since the backup,
  295.         or files that were missed in a restore.
  296.  
  297.    - the /force option to ignore warnings
  298.  
  299.         The /force option tells DOSLFNBK to go ahead without stopping
  300.         for several different warnings (e.g. overwriting the backup
  301.         file).  Use it in a batch file only when you're sure you always
  302.         want it to go ahead.
  303.  
  304.    - the /orphans option for damaged directories
  305.  
  306.         When damage occurs to a directory (perhaps by an old non-Win95
  307.         compatible program), often the long filename records are left
  308.         "orphaned":  they are no longer connected to any file.  When
  309.         this happens, the best thing to do is to use a disk repair
  310.         program (e.g. SCANDISK) to repair the damage before running
  311.         DOSLFNBK, because DOSLFNBK is written under the assumption that
  312.         the disk structure is intact.
  313.  
  314.         DOSLFNBK makes an attempt to detect orphaned LFNs, and is 99%
  315.         successful.  When it detects any, it will stop and ask you
  316.         whether to continue the operation (the default response is No).
  317.         If you choose to continue a backup, then it will just skip over
  318.         the orphans, and back up everything else.  If you choose to
  319.         continue a restore, it will delete the orphaned records.
  320.         If there is other damage to your disk, it is possible that these
  321.         actions are *not* desirable, and may result in an incomplete or
  322.         unusable backup, or further damage to your disk on a restore.
  323.  
  324.         If you have a lot of damage to your disk and are just trying to
  325.         salvage what you can, you may not want to have to answer Yes to
  326.         all those questions.  In that case, you can use the /orphans
  327.         option, which will make DOSLFNBK go ahead regardless of the
  328.         consequences.
  329.  
  330.         In case it is not clear:  I would personally never use the
  331.         /orphans option, and would almost never answer Yes if orphans
  332.         were detected.  If you do this and your disk ends up in a mess,
  333.         you've only yourself to blame.
  334.  
  335.         What you *should* do is avoid orphans in the first place:  if
  336.         you detect orphans somehow, stop using whatever program created
  337.         them.
  338.  
  339.    - the /s option to skip directories
  340.  
  341.         The /s option tells DOSLFNBK to skip the back up or restore of a
  342.         particular directory.  This is meant as a workaround for the
  343.         memory limitations in DOSLFNBK that are described in section 4
  344.         below.  You can use /s as often as necessary to skip multiple
  345.         directories--the only limit is the command line length.  Note
  346.         that the directory name must be specified using the short
  347.         aliases, e.g. "\PROGRA~1" instead of "\Program files".  Relative
  348.         directory paths using "." and ".." are not supported.  If used
  349.         in combination with the /from option, you should specify the
  350.         *original* path name to skip, not the current one.
  351.  
  352.    - the LOCK and UNLOCK commands
  353.  
  354.         Previous versions of DOSLFNBK used the DOS LOCK and UNLOCK
  355.         commands to lock the disk and prevent errors during restores.
  356.         The current version does this internally.  If you have an old
  357.         batch file that runs LOCK, you'll get warning messages:  "Unable
  358.         to lock drive X:".  Just remove LOCK from the batch file and the
  359.         warnings will go away.
  360.  
  361.    - the irritating jump to full screen
  362.  
  363.         There is one bug in Win95 that the internal locking shows up:
  364.         if you try to restore LFNs to a disk that has any open files on
  365.         it while in a DOS window, the window will suddenly switch to
  366.         full screen.  I don't know of any way to prevent this.
  367.  
  368.    - DOSLFNBK, disk defragmenters and directory sort utilities
  369.  
  370.         You may be tempted to use an older DOS-based disk defragger or
  371.         directory sort utility that doesn't understand long filenames,
  372.         and then use DOSLFNBK to restore the long filenames.  DON'T DO
  373.         THIS! It is extremely likely to cause errors to your directory
  374.         structure which can't be repaired except by hours and hours of
  375.         work.  The problem is that these programs usually leave a few
  376.         files with wrong but apparently correct long filenames.  You'll
  377.         find that 90-95 percent of your disk is restored, but some
  378.         number of files are not.  It is extremely difficult and time
  379.         consuming to find and repair these files.  If you want to use
  380.         these DOS-based programs, you should remove all long filenames
  381.         first (e.g. using LFNBK, or by restoring from tape in DOS).  A
  382.         better solution is to use Win95 compatible versions of these
  383.         utilities.  (Win95 comes with a defragger, and there are shareware
  384.         directory sort utilities available, including mine,
  385.         available in ftp://garbo.uwasa.fi/pc/dirutil as lfnsrt??.zip.)
  386.  
  387.    - DOSLFNBK and XCOPY
  388.  
  389.         I have received several messages from people who have tried to
  390.         use XCOPY and DOSLFNBK to back up their disk to a network drive
  391.         or elsewhere, and then found on restore that Win95 won't boot
  392.         properly.  What appears to be the problem is that the 16 bit
  393.         version of XCOPY does not handle file and directory attributes
  394.         properly.  DOSLFNBK will restore missing attributes, but if a
  395.         file is not there, all it can do is warn you.  As far as I know
  396.         the only way to successfully use XCOPY in a backup scheme is
  397.         with a complicated batch file to remove special attributes
  398.         before the backup.  More details are given in the file
  399.         XCOPY.TXT, which contains messages from several people about
  400.         this problem.
  401.  
  402.    - exit codes
  403.  
  404.         When a run is successful, DOSLFNBK exits with ERRORLEVEL 0.
  405.         When something goes wrong, it prints an error message and exits
  406.         with a higher errorlevel. The currently defined error levels
  407.         are:
  408.  
  409.         99 - Syntax error
  410.         98 - Disk init error
  411.         97 - Disk read error
  412.         96 - Disk write error
  413.         95 - Disk directory error
  414.         94 - Directory init error
  415.         92 - Disk lock error
  416.         91 - Internal error
  417.         89 - Memory error
  418.         88 - Multitasker error
  419.         87 - Overwrite error
  420.         86 - Debug error
  421.         85 - Backup read error
  422.         84 - Backup write error
  423.         83 - Backup open error
  424.         82 - Backup close error
  425.         81 - Some directories were skipped because of low memory
  426.         80 - DOSLFNBK detected an error in the LFN structure on your
  427.              disk.  You should run SCANDISK or another disk repair
  428.              program to do repairs.
  429.  
  430. 4. Memory Limitations:
  431.  
  432.         When running, DOSLFNBK keeps copies of several directories in
  433.         memory at once.  It is written as a real mode DOS program and
  434.         keeps all of this data in the low 640K of memory.  This means
  435.         that in a typical DOS session with 500K of memory available,
  436.         DOSLFNBK will run out of memory when about 15,000 directory
  437.         entries are in memory.  On a restore, up to 3 copies of each
  438.         directory entry may be in memory at once, limiting DOSLFNBK to
  439.         disks with fewer than 5000 directory entries in any branch of
  440.         the directory tree.  (The total number of files on the disk
  441.         doesn't matter; what matters is the number of entries in a
  442.         directory, its parent, grandparent etc., back to the root.)
  443.  
  444.         When I wrote DOSLFNBK, I thought disks approaching this limit
  445.         were very unusual. However, it *is* possible to have such a disk,
  446.         and here's how to find out if you do:
  447.  
  448.         Run your backup with the /V verbose option.  At the end, it
  449.         will print a message something like
  450.  
  451.            Used 255K; restore will require about 264K in DOS session.
  452.  
  453.         If the amount of memory estimated for the restore is more than
  454.         you have available (as reported by the DOS MEM command), you
  455.         might have problems.  You might not; the number reported is
  456.         usually an overestimate.
  457.  
  458.         If it ever turns out that you do run out of memory during a
  459.         restore, you can still restore the LFNs by breaking up the
  460.         restore operation into several steps, restoring different parts
  461.         of your subdirectory tree separately.  In the worst case (more
  462.         than 5000 entries in a single subdirectory), you may have to
  463.         temporarily move files out of the directory and restore the LFNs
  464.         a few thousand (!!) at a time.
  465.  
  466.         Since the original release, it has become clear that there are
  467.         some common situations leading to very large directories. The
  468.         Microsoft Plus! package includes one, and WWW browsers often
  469.         create them while maintaining caches or history lists.
  470.         Unfortunately, the current version of DOSLFNBK doesn't handle
  471.         these very well; it just skips these directories and prints a
  472.         warning message and sets an error level on exit.  I have added
  473.         the /s option to allow you to skip particular directories during
  474.         the backup or restore operation.  A better solution that allows
  475.         all directories to be backed up is in the works.
  476.  
  477. 5. Safety:
  478.  
  479.         DOSLFNBK works with your disk at a level below the file system,
  480.         so if things go wrong during an LFN restore, it's conceivable
  481.         that you could lose whole files or directories.  I've tried to
  482.         make it as safe as I can, but you should follow some simple
  483.         precautions:
  484.  
  485.           - Run Scandisk before DOSLFNBK and get it to fix any errors.
  486.           In particular, if you've run other low level software (e.g. a
  487.           defragger or a directory sorter) that may have messed up the
  488.           LFNs, run Scandisk first.  Better still:  don't use that old
  489.           defragger/directory sorter, because Scandisk may not be able
  490.           to repair all the damage it does.
  491.  
  492.           - Don't turn off or reboot your PC in the middle of a DOSLFNBK
  493.           run.  If there's a power failure or (horrors!) a bug in
  494.           DOSLFNBK forces you to reboot, then Scandisk should be able to
  495.           repair much of the damage.  You may lose some filenames, but
  496.           Scandisk should be able to recover the files themselves.
  497.  
  498.           - If you hit Ctrl-Break or Ctrl-C during a DOSLFNBK restore,
  499.           it shouldn't do any damage other than giving you only a
  500.           partial restore of your LFNs --- but this is *not* a
  501.           well-tested feature, and there may be conditions under which
  502.           you'll suffer worse damage.  Again, Scandisk should be able to
  503.           repair most of it.
  504.  
  505.           - DOSLFNBK was written for version 4.00.950 of Windows 95 (the
  506.           August 1995 release).  It hasn't been tested on the earlier
  507.           beta test versions, or any versions later than the January 96
  508.           fix pack (version 4.00.950a). If the VFAT file structure isn't
  509.           what DOSLFNBK is written for, it could do some real damage.
  510.           The current version is not yet thoroughly tested on FAT32, so
  511.           use it with care. The main reason for this is Microsoft's near
  512.           total lack of support of FAT32 for small developers, and their
  513.           incomplete and incorrect documentation of it.  I would
  514.           recommend avoiding FAT32 if possible; software written for it
  515.           is likely to have many more bugs than should be acceptable.
  516.  
  517.           - There may be special conditions on your system that DOSLFNBK
  518.           doesn't handle.  If you can, try it out when you've got a good
  519.           second backup to make sure it works.  If it doesn't, *please*
  520.           send me details, and I'll attempt to fix it.
  521.  
  522. 6. Recovery from total disk failure:
  523.  
  524.         If your boot disk fails, or you decide to repartition it, then
  525.         you may need to do a full restore from a backup tape.
  526.         Unfortunately, the Win95 backup program provides *no way* to do
  527.         this without re-installing Win95 from the original disks or CD
  528.         ROM.  From reports I've heard, the same is true of most other
  529.         commercial backup programs.
  530.  
  531.         However, if you have a reliable DOS-based backup program,
  532.         DOSLFNBK will let you do a complete restore from a backup.  I've
  533.         only had to do this twice, so these instructions aren't
  534.         guaranteed to cover everything for every system, but they worked
  535.         on mine.
  536.  
  537.         ADVANCE PREPARATIONS:
  538.  
  539.         Before your disk fails (i.e. right now! :-), you need to prepare
  540.         the following:
  541.  
  542.           1. A Win95 startup disk.  If you didn't create one when you
  543.           installed Win95, start the Add/Remove Programs option in
  544.           Control Panel, and click the Startup Disk tab. Then click the
  545.           Create Disk button, and follow the instructions on-screen.
  546.  
  547.           2. A copy of your DOS-based backup/restore program on a floppy
  548.           disk.  It may require EMS memory; if so, you should put
  549.           HIMEM.SYS and EMM386.EXE on your startup disk, and load them
  550.           via CONFIG.SYS.
  551.  
  552.           3. If you use Drivespace disk compression, then you should also
  553.           make sure that the MINI.CAB file from the installation disks
  554.           or the CD ROM is in your Windows directory on the hard disk.
  555.  
  556.           4. A full backup of your disk(s).  Just before creating this,
  557.           run DOSLFNBK to save all of your long filenames.  You'll need
  558.           to create one backup file for each disk.  It's fine to leave
  559.           this on the hard disk so that it ends up on the backup; you
  560.           don't need to have it on floppy disk.
  561.  
  562.         WHEN YOUR DISK FAILS:
  563.  
  564.         Depending on the reason for your disk failure, you may be able
  565.         to skip some of the early steps here.  Read them over, and
  566.         figure out where to start.  If you have to, you can start again,
  567.         so the only thing you lose by starting too far down is time.
  568.  
  569.           1. Make any necessary repairs to your hardware.
  570.  
  571.           2. Boot from your Startup disk, and use FDISK to partition
  572.           your disk.  Use "FORMAT c: /s" to reformat the disk and
  573.           transfer the system files to it.
  574.  
  575.           NOTE:  If you want to maintain the ability to boot to your old
  576.           DOS version, I've been told that the Startup disk's FDISK will
  577.           cause problems for you.  You should boot the old DOS version
  578.           and use its FDISK to partition your disk, and then reboot from
  579.           the startup disk and use "SYS c:" to transfer the Win95 system
  580.           files.  After that, you can continue as before.
  581.  
  582.           3. (Optional) Transfer your tape backup software to your hard
  583.           disk.
  584.  
  585.           4. If you're not planning to use Drivespace, you can skip down
  586.           to step 8.
  587.  
  588.           5. If you want to compress your drive, you need to restore
  589.           enough of Win95 to run Drivespace.  Don't restore the whole
  590.           disk; you might not have room for it.  For most people,
  591.           restoring the files in the root directory and the files in the
  592.           Windows directory should be enough.  If you have any essential
  593.           drivers in other directories, you'll need to restore them too.
  594.           Finally, you should restore DOSLFNBK and the data file(s)
  595.           containing the backed up long filenames.
  596.  
  597.           IMPORTANT:  You should not overwrite IO.SYS, but you *should*
  598.           overwrite MSDOS.SYS.  It is a hidden read-only file in your
  599.           root directory.  A good way is to erase MSDOS.SYS before
  600.           starting the restore (use ATTRIB from the Startup disk to
  601.           remove the System, Hidden, Read-only attributes), and then
  602.           tell your restore program not to overwrite existing files.
  603.  
  604.           Restore all those files now.
  605.  
  606.           6. Restore the long filenames by running
  607.  
  608.              DOSLFNBK c:\ /R /V /F backupfilename
  609.  
  610.           7. Remove the Startup disk, and reboot your system.  You may
  611.           get some errors about missing drivers (e.g. no sound card
  612.           drivers), but things should basically work.  Run DriveSpace to
  613.           compress your drives the way you want.
  614.  
  615.           8. Reboot your system in DOS mode or from the Startup disk.
  616.  
  617.           9. Restore all rest of the files on all of your disks from the
  618.           backup now.  See the "IMPORTANT" note in step 5 about
  619.           MSDOS.SYS and IO.SYS.
  620.  
  621.           10. Restore all the rest of your long filenames by running
  622.  
  623.              DOSLFNBK c:\ /R /V /F backupfilename
  624.  
  625.           and if you've also got a D: partition,
  626.  
  627.              DOSLFNBK d:\ /R /V /F backupfilename
  628.  
  629.           You may get messages about some long filenames already
  630.           existing from your first restore; don't worry about those.
  631.  
  632.           11. Some restore programs set the archive bit on all restored
  633.           files; you might want to turn it off (since you've still got
  634.           those files backed up) at this point.
  635.  
  636.         Reboot your system, and things should be back as they were when
  637.         you did your backup!
  638.  
  639. 7. License:
  640.  
  641.         DOSLFNBK is *not* public domain software.  Releases up to
  642.         version 1.6 were freeware, and you may use them at
  643.         no charge.  However, the current release is shareware.  You may
  644.         use it at no charge for an evaluation period
  645.         of 30 days only.
  646.  
  647.         You are free to distribute unmodified copies of the complete
  648.         DOSLFNBK package, provided your total charge is no more than $1.
  649.         The total cost of a compilation (e.g. a CD ROM) including
  650.         DOSLFNBK must be no more than $1 per package in the compilation.
  651.  
  652.         To continue to use DOSLFNBK beyond the 30 day evaluation period,
  653.         you must register it.  There are three possible registration
  654.         levels available:
  655.  
  656.           $10 simple registration + $5 handling charge
  657.  
  658.         This registration fee gives you a license to use one copy of
  659.         DOSLFNBK indefinitely.  If you include an email address when you
  660.         register I will notify you of new versions and how to obtain
  661.         them yourself. I'll also attempt to answer emailed questions
  662.         about DOSLFNBK from registered users. Payment may be made in
  663.         Canadian or US dollars (at par), or the UKP equivalent of $15
  664.         US.  NOTE:  See below for how to avoid the handling charge.
  665.  
  666.           $20 upgrade registration + $5 handling charge
  667.  
  668.         This registration fee also entitles you to use DOSLFNBK
  669.         indefinitely.  In addition to the license to use it, I will mail
  670.         you a diskette containing the latest version, together with a
  671.         collection of other freeware and (unregistered) shareware
  672.         programs that I have written (including LFNSORT).  If you send
  673.         an email address I will notify you of updates, and send one free
  674.         update by email if you request it.  Payment may be made in
  675.         Canadian or US dollars (at par), or the GBP (Sterling)
  676.         equivalent of $25 US.
  677.  
  678.           $45 source code registration + $5 handling charge
  679.  
  680.         DOSLFNBK was written in Borland Pascal 7.01, using the excellent
  681.         Object Professional library from TurboPower Software.  In
  682.         addition to the benefits of the upgrade registration, the source
  683.         code registration gives you the DOSLFNBK source code (including
  684.         an object-oriented low-level disk access unit, access to the new
  685.         Win95 DOS API functions, and a huge memory support unit, but not
  686.         OPro).  Payment may be made in Canadian or US dollars (at par),
  687.         or the GBP equivalent of $50 US.
  688.  
  689.         Any of the registrations can be done by sending a cheque or
  690.         money order to:
  691.  
  692.          Duncan Murdoch
  693.          337 Willingdon Ave.
  694.          Kingston, Ontario, Canada.
  695.          K7L 4J3
  696.  
  697.         NOTE 1:  If you send a $10 simple registration order directly to
  698.         me at this address, I will waive the handling fee.  Send a
  699.         cheque or money order for $10 in Canadian or US dollars, or the
  700.         UKP equivalent of $10 US.
  701.  
  702.         NOTE 2:  I will be overseas until June 1997. During this time I
  703.         will still fill orders, but there are almost certain to be
  704.         delays if you mail your order to my Kingston address.
  705.  
  706.         You can also register or order source code from the Public
  707.         (software) Library (PsL) using MC, Visa, AmEx, or Discover card:
  708.           - by calling 800-242-4775 (US only)
  709.           - by calling 713-524-6394
  710.           - by faxing your order to 713-524-6398
  711.           - by sending your order by Compuserve to 71355,470
  712.           - by sending your order by Internet to
  713.             71355.470@compuserve.com
  714.           - online at http://www8.pair.com/dmurdoch/programs/doslfnbk.htm
  715.  
  716.         PsL only accepts payment in US dollars. Please give PsL your
  717.         name exactly as it appears on the card, and tell them your
  718.         card's expiry date. DOSLFNBK is PsL product #14247.
  719.  
  720.         The PsL numbers are for ordering only.  I *cannot* be reached at
  721.         the PsL numbers.  To contact me for information about dealer
  722.         pricing, volume discounts, site licensing, the status of
  723.         shipment of the product, the latest version number or for
  724.         technical information, write to me at the address above or the
  725.         email address below.  I'd especially like to hear bug reports
  726.         and suggestions for improvements.
  727.  
  728.          Internet:   dmurdoch@mast.queensu.ca or dmurdoch@pair.com
  729.  
  730. 8. Release history:
  731.  
  732.        0.0 - first beta test version
  733.        0.1 - kept file attributes of existing file during restore.
  734.        0.2 - made messages more informative; fixed bug in handling
  735.              erased file entries; added check of overwrite of backup
  736.              file; changed default name of backup file to BACKUP.LFN and
  737.              made LFN the default backup extension; added /P option.
  738.        0.3 - fixed memory leak that caused run-time error 203 on large
  739.              restore
  740.        0.4 - added check for successful write of backup file, added
  741.              /force option.
  742.        0.5 - added report of memory use, /d option, many debugging messages
  743.        0.6 - cleaned up messages and debug log, removed disk size
  744.              restriction, added progress dots for non-verbose runs.
  745.        1.0 - first public release --- same as 0.6
  746.        1.1 - unauthorized release
  747.        1.2 - documentation changes and addition of /s option
  748.        1.3 - improved memory management, stopped use of obsolete DOS
  749.              service 1C, speeded up directory expansion on restore
  750.        1.4 - added /L option, support for relative path on command line,
  751.              internal drive locking, support for SUBST etc.  Changed
  752.              exit codes to be compatible with LFNSORT.
  753.        1.5 - public release, same as 1.4c
  754.        1.6 - fixed bug in handling volume labels
  755.        1.7 - added integrity checks of disk structure,
  756.              backup/restore/display of file attributes, checks for
  757.              existence of backed up files, changed from freeware to
  758.              shareware, /o option.
  759.        1.9 - fixed display of some special characters, added FAT32 support,
  760.              added /from and /all options, added support for non-IOCTL drives
  761.        2.0 - fixed bug with FAT32 drives, bug with swapfile
  762.        2.1 - fixed bug with very large directories
  763.        2.2 - fixed confusing prompts, removed requirement for /L
  764.              directory to exist, changed backup format, restored support
  765.              for obsolete formats
  766.  
  767. 9. Acknowledgments
  768.  
  769.         DOSLFNBK was written based on the information in Robert Hummel's
  770.         article on Win95 long filenames in the June/July 1995 issue of
  771.         PC Techniques Magazine.  Thanks are due to the beta testers, who
  772.         suggested many improvements, and several of whom were put to
  773.         considerable inconvenience by early versions that messed up
  774.         their disks.  M. Guffey made a lot of useful suggestions for
  775.         improvements to the documentation.  Several people sent me
  776.         details of working with XCOPY; some of them are included here in
  777.         the XCOPY.TXT file.
  778.