home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9503 < prev    next >
Text File  |  1992-01-07  |  4KB  |  125 lines

  1.  
  2.     Volume 9503 - Released august 1989 - Abstract (C) DOS gg
  3.  
  4. O S / 2  - P r o g r a m m a T h e e k volume 9503
  5.  
  6. Source: BBS's
  7.  
  8. Title: File / Directory utilities
  9.  
  10. Number  Name            Size    Date    Comments
  11.         CATALOG  O03      912   5-29-89 This list
  12. 9503.01 FF       ARC     6824  10-06-88 FileFinder                             
  13. 9503.02 FILEFIND ARC     9838   5-05-89 Find file across all of your drives
  14. 9503.03 FM       ARC    47060  10-06-88 File-mgr: Select files to delete
  15. 9503.04 LOOK_OS2 ZIP    22778   5-29-89 Full screen file display    
  16. 9503.05 RENDIR   ARC     8576   5-06-89 Allow you to rename  a directory 
  17. 9503.06 SDIR_OS2 ZIP     9927   5-29-89 Expanded directory  command
  18. 9503.07 TOUCH    ARC    10990   5-05-89 Update file with new time and date
  19. 9503.08 UDEL_OS2 ZIP    52344   5-29-89 Delete files from  multiple dirs
  20. 9503.09 UDIR_OS2 ZIP    27182   5-29-89 Another expanded  directory command
  21.         VOL9503  ABS     3072   5-29-89 Abstract by Zorro
  22. 9503.10 XDELETE  ARC    10739   5-05-89 Delete a file  (*.BAK) across all of
  23.                                         your drives
  24.                12 File(s)    147456 bytes free on volume  DOSGG9503
  25.  
  26. LOOK is a full-screen file display program for OS/2.
  27.  
  28. To use LOOK, at the command line type:
  29.  
  30.      LOOK filename
  31.  
  32. where filename is the name of the file you want to view.
  33.  
  34.  
  35. RENDIR v1.0                              
  36. -----------
  37.  
  38. Author  : Johan van Wingerden
  39.  
  40. Purpose : Rename a directory on your floppy or hard disk.
  41.  
  42. Syntax  : RENDIR <d:\olddir> <d:\newdir>
  43.  
  44.           where <d:\olddir>
  45.               = Full pathname (If not located in your  current
  46.                 working directory.)
  47.  
  48.           where <d:\newdir>
  49.               = Full pathname (if not located in your  current
  50.                 working directory.)
  51.  
  52.  
  53. ===================
  54.  
  55. SDIR                  sorted directory listing
  56.  
  57.  
  58. Purpose:  Sort and display the contents of a directory or  disk in a
  59.           variety of ways.
  60.  
  61. Format:   SDIR [d:][path][filename[.ext]] [options]
  62.  
  63. Remarks:  [filespec] same as for DIR command
  64.  
  65.                * /A - List hidden files.
  66.                * /C - Without screen erase.
  67.                * /P - Don't Pause when screen full.
  68.                  /X - Sort by extension.
  69.                  /S - Sort by size.
  70.                  /D - Sort by date/time.
  71.                  /N - Do not sort, original order.
  72.                  /2 - Display in two columns
  73.                  /4 - Display in four columns
  74.                  /6 - Display in six columns
  75.  
  76. ===========
  77.  
  78.  
  79. TOUCH v1.0 (JvW)                    
  80. ----------------
  81.  
  82. Purpose : Update a file with new time and date information.
  83.  
  84. Syntax  : TOUCH <d:\path\filename>
  85.  
  86.        where <d:\path\filename>
  87.            = Full path and filename. (If not located in  your
  88.           current working directory.)
  89.  
  90.        where <-U>
  91.            = The program will ask you the time and date  to use.
  92.           If you don't specify this switch, TOUCH will  use
  93. the current system time and date.
  94.  
  95.  
  96. UDEL.EXE
  97. is an OS/2 utility that will allow deleting files from  multiple
  98. directories, the delete can be confirmed or no confirm  option
  99. can be used.  
  100.  
  101. ==============
  102.  
  103. UDIR.EXE   OS2 directory commmand
  104.  
  105. An expanded directory command that allows you to list  directory of all files,
  106. in all subdirectories.  The command  will allow wild cards just as the OS/2
  107. command "dir".  The  directory listing can be 1 wide, 2 wide, 3 wide or 5 wide
  108. on  screen.  Each directory listed is totalled.  The output can  be directed
  109. to a printer, or other output device, or file.
  110.  
  111.  
  112. XDELETE v1.0    (JvW)
  113. ----------------------
  114.  
  115. Purpose : Delete all ????????.??? files on your drive.
  116.  
  117. Syntax    : XDELETE <d:\filename> <-A>
  118.  
  119.        where <d:\filename>
  120.            = Deletestring, you can specify a drive
  121.           letter, to search any other drive,
  122.           instead of your current drive.
  123.  
  124.        where <-A>
  125.            = Delete the filename on all of the drives  present.