home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / DDIR93.ZIP / DDIR93.DOC < prev    next >
Text File  |  1993-09-12  |  16KB  |  361 lines

  1.   
  2.                                                  
  3.                                       DDIR       ▌
  4.                                                  ▌
  5.                                    Version 9.3   ▌
  6.                                                  ▌
  7.                                  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌
  8.  
  9.      Note: this package contains the following files, zipped with PKZIP 2.04g:
  10.  
  11.                      DDIR93.EXE
  12.                      DD93CFG.COM
  13.                      DDIR93.DOC
  14.                      UPGRADE.NOT
  15.                      FILE_ID.DIZ
  16.                      DISTRIB.DOC
  17.                    
  18.    ************************************************************************  
  19.    NOTE: Some BBS reject uploads if they find duplicate file names. Hence
  20.    this package contains DDIR93.EXE.  It is suggested that you rename this
  21.    to DDIR.EXE.
  22.    ************************************************************************
  23.  
  24.  
  25. DDIR
  26.  
  27. Purpose: gives a forward/backward scrollable double-column directory display.
  28.          Protected files are flagged with a "+", system files with a "$",
  29.          hidden files with a "*".  Files created today are shown in a
  30.          different color.  Toggles d, t, w and x allow rapid on-screen display
  31.          of file size as reported by DOS, the total space required to store
  32.          the file, the dead space "wasted" by the file, and the file "storage 
  33.          efficiency"  which is simply the ratio of file size to space actually
  34.          required for storing the file. (Depending on your DOS version and/or
  35.          hard drive type, a certain minimum amount of space is required for all
  36.          files.  For example, a 10 byte batch file may actually use 32kb of
  37.          your network drive! The dead space is the amount of disk space wasted
  38.          by a file.)
  39.  
  40.          DDIR allows to mark files for deletion, and delete them and re-list.
  41.          You can view files using the author's VIEW utility and Vernon Buerg's
  42.          LIST utility.  You can also change directories from within the file
  43.          list and exit either to the starting drive/directory or to the
  44.          currently displayed drive/directory.
  45.  
  46.          DDIR reports as a summary total file size, total space actually
  47.          for the file(s) specified. TAKE A LOOK AT THE STORAGE
  48.          EFFICIENCY FOR THOSE SMALL BATCH FILES!!
  49.  
  50.          DDIR allows you to sort directory listings alphabetically,
  51.          by size, extension, age, attribute or storage efficiency, and to    
  52.          instantly (well, almost!) resort or reverse the sort order.
  53.          For lists that require more than one screen, you can also scroll
  54.          back and forth.
  55.  
  56.          You can toggle write-protect on and off for files (i.e. make them
  57.          read-only or read-and-write).
  58.  
  59.          You can copy files from the current list to another location.
  60.  
  61.          Please note that DDIR reports the count of files and
  62.          subdirectories separately, unlike the DOS dir command.
  63.  
  64.  USAGE
  65.  
  66.  Notes:   Use the same way as the DOS dir command.  Wild-card characters are
  67.           allowed.
  68.  
  69. Usage:    ddir [d:][path][file.ext]
  70.  
  71. Examples: directory of current drive and directory     ddir
  72.           list of .COM files on drive a -              ddir a:*.com
  73.           list of files of directory "one', drive c -  ddir c:\one
  74.  
  75.  
  76. Keys:
  77.  
  78.  F1  - help screen
  79.  
  80.  Esc - exit to home drive and directory
  81.  q   - exit to currently displayed drive and directory. 
  82.  
  83.  t   - mark/unmark files for deletion
  84.  Del - delete any marked files and re-list.
  85.  
  86.  Tab - change bottom display (file count summary or quick help)
  87.  
  88.  a   - sort by file attribute (system, hidden, directory etc.)
  89.  b   - back up highlighted file
  90.  c   - toggle upper/lower case display
  91.  d   - sort by file date
  92.  e   - sort by extension
  93.  f   - sort by file "storage efficiency" 
  94.  l           - view highlighted file with LIST (by Vernon Buerg)
  95.  n   - sort by file name
  96.  p   - print directory listing
  97.  r   - reverse sort order
  98.  s   - sort by size
  99.  
  100.  v           - view highlighted file with VIEW (for WordPerfect 5.0-6.0,
  101.                DOS Word 4-5.5, WinWord 1-2, Win Write, ASCII)
  102.  
  103.  w   - show file "wasted space"
  104.  x   - show file total space
  105.  y   - show DOS file size, wasted space and individual storage efficiency
  106.  z   - show file size reported by DOS
  107.  
  108.  +   - toggle file protect/unprotect (i.e. read-only or read and write)
  109.  
  110.  u   - interface to user-defined batch file DDIRCUST.BAT.  When you press u
  111.        the directory listing is copied to a file called DDIRUSER.FIL. You can
  112.        process this file via DDIRUSER.BAT.  The recommended use is to print
  113.        the directory list in two columns using Tony Caine's 2COL or JETCOL
  114.        programs.  For example, to use JETCOL the DDIRCUST.BAT might look like:
  115.  
  116.               c:\jetcol\jetcol ddiruser.fil
  117.  
  118.        When processing is completed the DDIR display is restored and
  119.        DDIRUSER.FIL is deleted.
  120.  
  121.  Up arrow   - scroll up one file
  122.  Down arrow - scroll down one file
  123.  PgDn       - next screen
  124.  PgUp       - previous screen
  125.  Home       - go to beginning of list
  126.  End        - go to end of list
  127.  
  128.  Right arrow - move down current screen list to select "active" file
  129.  Left arrow  - move up current screen list to select "active" file
  130.  Enter       - change to highlighted directory
  131.  
  132.  Notes: To use v or l you must have the VIEW or LIST utilities in a directory
  133.         referenced in your AUTOEXEC.BAT PATH statement).
  134.  
  135.         When you press the right or left arrow keys, the up and down arrow
  136.         keys are disabled. To re-enable, press Spacebar, PgUp, PgDn, Home
  137.         or End
  138.  
  139.  
  140.       **** IMPORTANT UPDATE NOTE ******** IMPORTANT UPDATE NOTE ****
  141.  
  142.       DDIR is an EXE file.  If you are upgrading from an earlier COM
  143.       version, be sure to delete DDIR.COM.
  144.    
  145.       **** IMPORTANT UPDATE NOTE ******** IMPORTANT UPDATE NOTE ****
  146.  
  147.           ** NEW IN VERSION 9.0b ***
  148.  
  149.           Version 9.0 is a major upgrade. In addition to all the previous
  150.           features it has the following:
  151.            print list
  152.            delete file(s)
  153.            view files
  154.            change directory
  155.            two help screens (accessed by F1)
  156.            interchangeable bottom-screen summary/help display
  157.  
  158.           ** NEW IN VERSION 9.1 ***
  159.  
  160.           Version 9.1 adds the ability to sort by file storage efficiency and 
  161.           adds the display of individual storage efficiency when the "x" key
  162.           is pressed. It also allows you to toggle file protection (i.e. read-
  163.           only or read-and-write), using the + (or =) key. Finally, the
  164.           highlighted file function now scrolls you to the next or previous
  165.           screen.
  166.  
  167.  
  168.           ** NEW IN VERSION 9.2 ***
  169.  
  170.           Version 9.2 adds the ability to exit to either the home directory
  171.           or the currently displayed directory; to delete marked files
  172.           without prompting and re-list the remainder, and to copy files to
  173.           other locations.
  174.  
  175.           ** NEW IN VERSION 9.3 ***
  176.  
  177.           Version 9.3 has the same functionality as 9.2. However, it has
  178.           been recompiled with the Microsoft Visual C++ compiler for a 
  179.           smaller executable file size, and a small bug in the "scroll
  180.           through list" function has been corrected. The file backup has
  181.           been improved to test for drive not ready or insufficient room
  182.           on drive. THE KEYS HAVE BEEN COMPLETELY REMAPPED (see UPGRADE.NOT). 
  183.  
  184. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  185.  
  186.  
  187. CUSTOMIZING DDIR WITH DD93CFG.COM
  188.  
  189. Usage: dd93cfg [filename]
  190.                where filename is ddir.exe or a copy of ddir.exe
  191.                given some other .exe name (e.g. dd93.exe) 
  192.  
  193.  
  194. NOTE: the customization now allows you to save your settings to a file
  195. DDIR9CFG.SAV.  You can have different versions of this file in different
  196. directories if you wish; DDIR will use the settings it finds in the directory
  197. it is run from, if a SAV file exists there.  otherwise it will use its
  198. customized default settings.  You can also reconfigure the default
  199. customization for DDIR from any SAV file you have previously created.  This
  200. feature will be maintained, if possible, in any future upgrades of DDIR,
  201. so that you will be able to reconfigure future versions automatically using
  202. the preferences you have established now.
  203.  
  204. The display colors, the date and time format and the default display (upper
  205. or lower case) can be set automatically using the accompanying configuration
  206. program DD93CFG.BEFORE CUSTOMIZING, MAKE SURE YOU HAVE BACKED UP THE ORIGINAL
  207. DDIR.EXE TO A SAFE PLACE!  Then from the directory where you have ddir.exe
  208. simply type   dd93cfg or dd93cfg ddir.exe (where ddir.exe can be replaced
  209. with a copy of ddir.exe renamed to some other executable e.g. dd93.exe). 
  210. Follow instructions.  If you choose to reconfigure ddir.exe (or the copy)
  211. directly, a modified file called DDIR93N.EXE, using your selected
  212. customizations, will be created.  Test this before using the DOS COPY
  213. command to copy it to ddir.exe.
  214.  
  215. You can also just create a new DDIR9CFG.SAV configuration file, or reconfigure
  216. ddir.exe from an existing DDIR9CFG.SAV file (including those created from 
  217. earlier versions).
  218.  
  219. If you choose to modify the executable, rather than just create a new
  220. configuration file, DD93CFG will try to open the file you specify on the
  221. command line, or, if none is given, will try to open DDIR.EXE.
  222.  
  223. The first set of customizations are for the display colors. You can then set
  224. the mode of date display (e.g. dd.mm.yy, mm-dd-yy etc.) and the default sort
  225. method when DDIR is run.
  226.  
  227. DDIR can, if your display adapter is appropriate, use fast screen display.
  228. Unless you are using a CGA adapter or VGA in a slow computer, you should
  229. be able to use this mode.  However, because some adapters are non-standard
  230. it is possible that running in fast display mode would lock your system. 
  231. DDIR therefore ships with the default normal display speed.  You can modify
  232. this through DD93CFG.  If doing so causes no problems stay with it; if a
  233. problem does arise, re-run DD93CFG and select normal display speed.
  234.  
  235. Some non-standard BIOSes do not correctly return the number of lines being
  236. used on the display screen (25 on CGA; up to 60 on VGA displays).  Although
  237. DDIR tries to detect abnormal results, you can, as an added precaution, force
  238. it to use only 25 lines.  Normally,  select "let DDIR choose", and force it
  239. to 25 lines only if there is a problem with the display.
  240.  
  241.                              *** IMPORTANT ***
  242.  
  243. The author makes no warranty that the software in this package
  244. will work with your particular hardware configuration.  You use the
  245. programs entirely at your own risk, and the author will not be held
  246. liable for any damage caused to your hardware or software through
  247. use of this software, or for any other effects, direct or indirect,
  248. of using the software.
  249.  
  250. Legalities aside, you should not run into difficulties with this
  251. software.
  252.  
  253.  
  254.                           **** SHAREWARE ****
  255.  
  256.  
  257. These programs are distributed as shareware, AND ARE NOT CRIPPLED!!.
  258. (Editorial note: I don't support "crippleware" - I want to know
  259. EXACTLY what I'm expected to pay for! Crippleware is, in my opinion,
  260. like test driving a Mercedes that's been fitted with a two-stroke engine!
  261. There, that's said - but each to his own.)
  262.  
  263. You do not have to register as a user, nor are you under any
  264. obligation to buy the program(s).  However, they are not free, and in
  265. the spirit of shareware, you are requested to make a small
  266. donation to the author if you find the software in this package useful,
  267. and if you continue to use it after an evaluation period of 30 days. This
  268. would both fulfil your moral obligation and help ensure the viability of
  269. the shareware concept, from which we all benefit. If you choose not to pay,
  270. you are asked to remove the program files from your computer.
  271.  
  272. The suggested contribution is $15 but less (or more!) would be fine. Pay what
  273. you think the software is worth to you. If you pay the recommended amount PLUS
  274. ADD $4 for shipping and handling, I will send you a 5 1/4" diskette with the
  275. latest version plus a selection of other shareware (my own and the best from
  276. other authors, including 2COL/JETCOL by Tony Caine). Alternatively, send a
  277. blank diskette of your preferred size (5 1/4" 360kb or 1.2Mb, or 3 1/2" 720kb
  278. or 1.4 Mb) plus $3 s&h.
  279.  
  280. Should you decide to make a contribution, please remit to:
  281.  
  282.                    Malcolm Drury
  283.                    11 Adele Crescent
  284.                    Nepean
  285.                    ON  K2J 2T7
  286.                    Canada
  287.  
  288. Internet drury@gsc.emr.ca
  289. Compuserve 70574,3457
  290.  
  291. Bank notes would be fine!  Thank you. Please tell me where you
  292. got the software from (this helps me in knowing where to post updates), and,
  293. most importantly, which version it is.
  294.  
  295.  
  296. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  297. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN. YOUR INPUT, COMMENTS
  298. ETC. ARE ALWAYS WELCOME.
  299.  
  300. Please note that at the low contribution requested, I cannot provide direct
  301. technical support, nor automatically send upgrades, should they
  302. become available. If you have comments, questions, bug reports etc., please
  303. leave a message at my Compuserve or INTERNET address, or write to me via
  304. snail mail. I will endeavor to fix any problems you might encounter.
  305.  
  306. The software is supplied on an "as is" basis. You are free to distribute
  307. this software package provided that you distribute the ENTIRE package,
  308. including this documentation file. (This is necessary for others to be able
  309. to use it properly.  I've downloaded too many shareware packages that had
  310. been posted without accompanying documentation!).
  311.  
  312. I hope you find this package useful.
  313.  
  314.  
  315. Malcolm Drury
  316. September 11, 1993
  317.  
  318.  
  319. HOW TO OBTAIN VIEW
  320.  
  321. VIEW is available on many BBS and on Compuserve/Ziffnet (VWFILE.ZIP
  322. in ZNT:TIPS).  If you wish to obtain a copy directly from me, please add $15
  323. to your contribution. Alternatively, get it from your BBS and "try before you
  324. buy" just as you are doing with DDIR.  From your favorite BBS just do a search
  325. on "VIEW??.*"  As of this date the current version is 8.51.
  326.  
  327. ********************************************************************************
  328.  
  329.             Look for the following shareware on this BBS
  330.  
  331. VGAPAL40.ZIP - customize up to 4 VGA text color palettes, choosing from more
  332.              than 260,000 colors! (And see how many you can actually discern!).
  333.              One palette can be used to create a small (2k) TSR program that
  334.              maintains your chosen scheme.  Alternatively, you can set any of
  335.              the palettes, or a grey-scale scheme, from a non-TSR if
  336.              memory or loading a TSR is a problem. (On Compuserve/Ziffnet
  337.              in ZNT:TIPS as vgacus.zip)
  338.              BBS search: vgapal??.zip
  339.  
  340.  
  341. DSPACE62.ZIP - shows graphically hard disk space installed, used and free,
  342.                for all drives, and shows drive type (local, remote, RAM etc.);
  343.                second program shows graphically space on designated drive
  344.                (including floppy), and reports on installed and available
  345.                RAM, including XMS and EMS memory. (On Compuserve/Ziffnet
  346.                in ZNT:TIPS as dskspc.zip)
  347.                BBS search: dspace??.zip
  348.  
  349. VIEW851.ZIP - file viewer for WordPerfect 5.0 - 6.0, ASCII and Word (DOS 4/5
  350.               and Windows 1/2); includes text search, printing full or partial
  351.               file, etc.  (On Compuserve as VWFILE.ZIP in ZNT:TIPS)
  352.               BBS search:  view???.zip  or viewv??.zip
  353.  
  354. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE! I'LL BE HAPPY TO SEND THEM
  355. TO YOU, BUT IN THE INTERESTS OF CUTTING DOWN CONNECT TIME WOULD PREFER TO USE
  356. INTERNET. THAT WOULD REQUIRE YOU TO HAVE THE UUDECODE.EXE PROGRAM, WHICH SHOULD
  357. BE AVAILABLE ON ANY BBS YOU USE.
  358.  
  359. CIS 70574,3457
  360. INTERNET drury@gsc.emr.ca
  361.