home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / os2hddfx.zip / os2hdd.eng next >
Text File  |  2002-11-19  |  1KB  |  39 lines

  1.                         OS2HDD Version 1.2
  2.                         ~~~~~~~~~~~~~~~~~~
  3.             Copyright (C) by Vladimir Vorontsov, 1995.
  4.               September 17, 1995. Volgograd, Russia.
  5.  
  6.     Patched & English ReadMe by G.K. Nov, 19, 2002, 2:5020/1159@FidoNet.org
  7.  
  8. This DOS proggy was written to extract OS/2 diskette images to HDD drive in
  9. mind. It's work was checked with OS/2 3.0 images. Unfortunately, it's not
  10. suitable to be used with fixpack disk images, use OS/2 diunpack.exe.
  11.  
  12. Syntax:
  13.  
  14. OS2HDD <IMG_FILE> <BASE_DIR>
  15.  
  16. where <IMG_FILE> is image file, <BASE_DIR> is base directory for extraction
  17. (there are subdirectories created, named after volume label or OS2HDD.#??,
  18. if no label, where ?? are numbers from 01 to 99).
  19.  
  20. To extract all images to HDD in current directory use
  21.  
  22. for %f in (<location>\*.dsk) do os2hdd %f .
  23.  
  24. (dot is _in_ command line).
  25.  
  26. "The same shit but a little different view" (c) to extract from batch file
  27. or buggy shell:
  28.  
  29. @for %%f in (%1\*.dsk) do os2hdd %%f .
  30.  
  31. (first parameter passed to batch is images pathname).
  32.  
  33. Notes.
  34.  
  35. 1. Sorry for unfluent English.
  36.  
  37. 2. Unpatched version (Runtime error 200) is shipped with this package too with
  38. name OS2HDDU.EXE (in case of incorrect patching you may patch proggy yourself).
  39.