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