home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / isoren10.zip / readme.txt < prev   
Text File  |  2000-09-09  |  2KB  |  47 lines

  1. ISOren
  2. ======
  3. To rename files and directories to ISO level 2 or to DOS convention.
  4.  
  5. Disclaimer
  6. ~~~~~~~~~~
  7. You are using this program at your own risk. The the author gives no
  8. warranty for the function or any others things affected by this program.
  9. Under no circumstances the author is liable for any loss or damage supposed
  10. to derive from the use of the program.
  11.  
  12. 1) PM Version
  13. ~~~~~~~~~~~~~
  14. ISOren.exe is the PM-Version. It needs the Watcom VX-Rexx runtime library
  15. VROBJ.DLL.
  16. At first select the drive with the listbox in the left of the window. This
  17. indicates the reading of the directories of the selected drive, you see it
  18. in the status line.
  19. If this is complete you can select the directory in the listbox in the middle
  20. of the window. Then you can change the filespec from '*.*' to another.
  21. If you want to rename subdirs (!) and files in subdirs you can check the
  22. appropriate checkbox. At least you have to select the ISO level.
  23. Now you can press the "Rename" button to rename the files and / or directories.
  24.  
  25. 2) Commandline version
  26. ~~~~~~~~~~~~~~~~~~~~~~
  27. The commandline version is a standalone rexx script.
  28.  
  29. Usage: ISO [-sq21] <arg> ...
  30.  
  31.        -s  include subdirectories
  32.        -q  do not print progress messages
  33.        -2  translate to level 2 (max. 31, one point)
  34.        -1  translate to level 1 (8.3)
  35.  
  36. Known bugs:
  37. ~~~~~~~~~~~
  38. The <arg> parameter doesn't have spaces. Then there are no files found
  39. to rename. This happens also in the PM version. But you can specify a path
  40. that has subdirectories with spaces. If you check the "subdirs" checkbox
  41. (parameter -S in commandline version) all subdirs with spaces are renamed.
  42.  
  43. Contact and Website:
  44. ~~~~~~~~~~~~~~~~~~~~
  45. Thomas@Bohn-Stralsund.de
  46. http://Bohn-Stralsund.de
  47.