home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9516 < prev    next >
Text File  |  1992-01-08  |  3KB  |  73 lines

  1.  
  2. O S / 2   - P r o g r a m m a T h e e k volume 9516
  3.  
  4.  S o u r c e :  F e r n w o o d
  5.  
  6.  
  7. Titel: Hex file utils, MOVE et al.
  8.  
  9. Number  Name            Size    Date     Comments
  10.         CATALOG  O16      870   2-07-90 This list
  11. 9516.01 FDUMP    ZIP     9271   1-15-89 PM Filedump,  Hex/Ascii
  12. 9516.02 HEXLIST  ZIP    28445  10-30-88 Alike, with source
  13. 9516.03 LF       ZIP    38830   8-31-89 File and directory  utility (PM)
  14. 9516.04 LF37-OS2 ZIP    23504   5-22-88 Dir program, API
  15. 9516.05 LOAD     ZIP    10039   8-17-89 Start PM application  as Icon
  16. 9516.06 MEM      ZIP    21390   3-04-89 Display available  memory under PM
  17. 9516.07 MEM2     ZIP    13859   4-12-89 Alike
  18. 9516.08 MON120   ZIP    23222   9-10-89 PC statistics
  19. 9516.09 MONITOR  ZIP     8904   4-26-89 CPU usage etc.,  incl. source
  20. 9516.10 MOVE11   ZIP    12263   3-05-89 File MOVE utility
  21. 9516.11 MSJV3-3  ZIP    22427  10-17-88 Microsoft journal -  OS/2 articles
  22. 9516.12 OS2      ZIP     1443   7-31-88 Three OS/2 tips
  23. 9516.13 OS2AP    ZIP     8317  10-02-87 OS/2 testfiles
  24.         VOL9516  ABS     2304   2-07-90 Abstract by M.
  25.                15 File(s)    132096 bytes free on volume  DOSGG9516
  26.  
  27. *** LF - Directory lister for humans. ***
  28.  
  29. LF  is a  multi-featured directory program for people who don't like to see 
  30. an endless mix of files and  directories.  LF also has
  31. some very handy batch file generation capabilities.
  32.  
  33.      This version of LF is also compatible with OS/2, for  you techies
  34. this means that LF is a bimodal, family API program.
  35.  
  36. Usage: LF [pattern] ["format"] {prefix[n]option}
  37.  
  38. /*=======================================================   
  39.                   FDUMP.EXE v. 1.0
  40.  
  41.   FDUMP is a simple Hex file dump utility for OS/2.  It is a  Presentation
  42.   Manager Application that I threw together recently to  allow me to
  43.   quickly open and dump files while working on other PM Apps  that read
  44.   and write files.  FDUMP can be invoked from the OS/2  command line with:
  45.                     FDUMP filename
  46.  
  47.  
  48. ***   M O V E   Version 1.10   ***
  49. This program was written while I was playing around with  several of
  50. the Dos????? function calls available under OS/2.  The  program can not
  51. be made into a bound executable with the Microsoft BIND  utility.
  52.  
  53. The program will attempt to move/rename a file specified as  argument
  54. number one to the directory path specified by argument  number two.  If
  55. the destination cannot be reached with a move/rename -- I.E.   it is on
  56. another device or drive -- then the program will allocate  memory and
  57. perform a copy function.  If the program cannot copy the  file in one
  58. pass (this means a file larger than 440K under OS/2 with 2.0Mb of RAM)
  59. then the program will abort with an error.
  60.  
  61. This is a program that I wrote to learn more about using  Presentation 
  62. Manager.  I hope that it is of some use to the community.   This is a
  63. beta version so if anyone has suggestions on how to improve  this program
  64. please let me know. I can be reached on my BBS.
  65.  
  66.        Slothrop BBS
  67.        301 986-0357  1200/2400
  68.  
  69. *****
  70.  
  71. There are two programs which can be  each run standalone. LF and TEXT.
  72. LF is a file and directory utility, and text is a simple file browser.  Lf
  73. also calls text by default when a file is viewed.