home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxtools.zip / readme.1st < prev   
Text File  |  1999-04-15  |  5KB  |  88 lines

  1. My small REXX utilities
  2.  
  3. cr.cmd
  4. Was made for gathering information from Master of Magic save games.
  5. Usage: cr.cmd <savegame>.
  6. If savegame was not set it uses save1.gam and outputs information to stdout.
  7. You can rename it to .bat file and use it with PC DOS 7.0 REXX
  8.  
  9. dbf2txt.cmd
  10. Converts .dbf files to plain text. Incorrectly works with files containing
  11. records number more than 64K.
  12. Usage: dbf2txt <DBFname.dbf>
  13. Creates text file with database fields description and with all records up to
  14. record number 65535 :) You can rename dbf2txt.cmd to dbf2txt.bat and run it
  15. using PC DOS 7.0 REXX
  16.  
  17. df.cmd
  18. Simply run it and you will receive information about your non-floppy drives :)
  19. Something like this:
  20. ┌──────┬──────────────┬─────────────┬─────────────┬────── cygni ┐
  21. │ Disk │ Volume label │ Total space │  Used space │  Free space │
  22. ├──────┼──────────────┼─────────────┼─────────────┼─────────────┤
  23. │  C:  │ SYSTEM       │   261.90 Mb │   115.23 Mb │   146.67 Mb │
  24. │  D:  │ OS2          │   188.86 Mb │   103.66 Mb │    85.20 Mb │
  25. │  G:  │ OS2VDISK     │     0.71 Mb │     0.10 Mb │     0.61 Mb │
  26. └──────┴──────────────┴─────────────┴─────────────┴─────────────┘
  27.  
  28. l2s.cmd
  29. When started is looking for long file names. It means non-8.3 names.
  30. Converts additional . to _, wide extentions to 3 characters...
  31. Long file name is stored at EA .LONGNAME and can be seen at OS/2 DOS session
  32. with Volkov commander 4.99 alphas - http://come.to/volkov
  33.  
  34. check\check.cmd
  35. Due to slow I-net connection sometime I'm downloading one file several days,
  36. 72Mb of StarOffice, for example :) So, I'm running ftp from out HPUX server
  37. and can't see progress of downloading from my OS/2 computer. This utility -
  38. uses rxFTP.dll to connect to UNIX machine and to get current size of file.
  39. Usage: check <host> <userid> <filename> [password]
  40. host - is UNIX machine where is stored file you want to monitor
  41. userid - is your login
  42. filename - the name of file you want to check. You can use * at any place
  43. of filename, but be attentive, otherwise you can choose wrong file.
  44. password - you can set password at command line, but you also can skip it,
  45. in this case script will prompt for password when starts.
  46. In the same directory is stored icon file for check.cmd and ICONTALK.EXE - An
  47. OS/2 utility that allows .CMD files to display messages on the title bar or
  48. icon text.  THANKS A LOT, Doug Azzarito. - because I'm not sure you will find
  49. it somewhere else. check.cmd uses it to output it's information to titlebar.
  50. If you don't want this, simply delete lines with icontalk from check.cmd. 
  51.  
  52. clean\clean.cmd
  53. clean\setup.cmd
  54. Sometime it's necessary to clean TMP directory very often. clean.cmd do this,
  55. but before using it you have to run setup.cmd to set directory and files for
  56. cleaning, cleaning interval and AutoClean. AutoClean must be set ON! it's
  57. used by PM version of this utility written by VX REXX, but PM clean also
  58. requires vrobj.dll and I don't included it to this package. Maybe it's still
  59. somewhere at hobbes as clean.zip :) If you want to remove all cleaner entries
  60. from os2.ini, run setup.cmd /d.
  61.  
  62. crk\crkcat.cmd
  63. .crk is file which is used to make small changes to binary files. Some files
  64. are included to package. crkcat.cmd creates one file with description of all
  65. .crk files, found in current directory
  66.  
  67. mp3list\names.cmd
  68. mp3list\names.bat
  69. It's something like crkcat.cmd, but for .mp3 files. It takes information from
  70. .mp3 files and puts it to file. Requires list_file_name and correct directory
  71. for this file. Please, set this directory right in script - out='g:\t\' you
  72. have to replace with correct directory like c:\temp\. Don't forget backslash
  73. at end! Output directory is important because very often .mp3 files are stored
  74. at CD or network drive in read only mode, etc.
  75. names.bat is the same program made for PC DOS 7.0 REXX. It requires additional
  76. information - TEMP directory for it's files. You have to set it like out
  77. directory right in program. Also there is small grep utility - I don't know
  78. nothing about copyrights on it. This program or another grep is necessary for
  79. work of names.bat. If you will use another grep, please change names.bat
  80. according to your grep.
  81.  
  82. Common requirements: all .cmd files requires OS/2 REXX, .bat files can be run
  83. with PC DOS 7.0 REXX.
  84. df.cmd, l2s.cmd, clean.cmd + setup.cmd, crkcat,cmd, names.cmd -
  85. requires rexxutil.dll
  86. check.cmd requires rexxutil.dll and rxFTP.dll
  87.  
  88. Please, send bugreports and suggestions to cygnus@erriu.ukrpack.net