home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 13 / CD_ASCQ_13_0494.iso / maj / 2397 / ddir96.doc < prev    next >
Text File  |  1994-03-03  |  16KB  |  363 lines

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