home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / crm_demo / dd_demo / dd_demo.doc < prev    next >
Text File  |  1991-10-28  |  14KB  |  353 lines

  1. ****************************************
  2. *            DATA DIET DEMO            *
  3. *        Program by Keith Gerdes       *
  4. *                                      *
  5. * Copyright 1991 Double Click Software *
  6. *                                      *
  7. * You may order Data Diet now for only *
  8. *               $59.95                 *
  9. * (Introductory offer expires 12/1/91) *
  10. *                                      *
  11. *  Call us at (713)977-6520 to order.  *
  12. *  Or send:                            *
  13. *  $62.95 (in US)                      *
  14. *  $64.95 (outside US no personal cks) *
  15. *  (includes shipping and handling)    *
  16. *                                      *
  17. *  Double Click Software               *
  18. *  PO BOX 741206                       *
  19. *  Houston, Texas 77274-1206           *
  20. ****************************************
  21.  
  22. De programma's van Double Click zijn in de Benelux te verkrijgen
  23. bij:
  24.  
  25.         Uitgeverij Divo
  26.         M. Gijzenburg 14
  27.         2907 HG  Capelle a/d IJssel
  28.         010-4587640
  29.  
  30.  
  31. =================================================================
  32. The following is a brief excerpt from our DATA DIET manual.  This 
  33. will give you an idea on how to use the complete package.
  34.  
  35. Data  Diet Demo is configured to use drive C only.   If  you  are 
  36. using a floppy based system,  you will need to setup a RAMdisk as 
  37. drive C.
  38. =================================================================
  39.  
  40. Welcome to Data Diet
  41.  
  42. DC  Data  Diet is a unique product for the family of  Atari  TOS-
  43. based  computers  that  will save you  megabytes  of  disk  space 
  44. efficiently  and  silently  using  a  seamless  and   transparent 
  45. integration into GEMDOS.
  46.  
  47. We  have designed Data Diet to be as fast as  possible,  using  a 
  48. proprietary   compression   method   which   provides   excellent 
  49. compression at an astounding speed.   In fact,  speed was one  of 
  50. the most important factors behind Data Diet's  design.   Compared 
  51. to similar programs on other platforms (Macintosh and IBM),  Data 
  52. Diet  blows  them away hands down!   We are certain you  will  be 
  53. equally thrilled by the substantial data storage savings.
  54.  
  55. Data Diet uses a unique method for solving the question:  How  do 
  56. you perform realtime data compression?
  57.  
  58. Basically,  several  different methods could be used  to  provide 
  59. realtime data compression:
  60.  
  61. 1)  Create a single file which acts like the  disk  drives.   All 
  62. data is read from and written to this file,  being compressed  as 
  63. it goes into the file, decompressed as it comes out.
  64.  
  65. 2)  Make  a  single  partition act  like  multiple  disk  drives, 
  66. basically use the entire partition as one huge file,  similar  to 
  67. #1.
  68.  
  69. 3)  Run through a "shell" program,  decompressing any  files  you 
  70. wish  to  use before the shell runs  the  specified  application, 
  71. recompressing the files after you have exited back to the shell.
  72.  
  73. 4) Use the Data Diet method.
  74.  
  75. Numbers one and two above have severe restrictions,  namely  that 
  76. the  file system must be completely rewritten to make  the  "file 
  77. disk drive" look like a real drive,  and you must completely back 
  78. up your hard disk,  repartition your hard disk,  then restore all 
  79. the files back into the "file disk drive."   Additionally,  every 
  80. disk  write  requires compression,  thereby really  slowing  your 
  81. system down.
  82.  
  83. Additionally,  should the file become corrupted or attacked by  a 
  84. virus, then all of your programs and data can be lost.
  85.  
  86. Number  three is extremely limited in scope;  you'd need to  know 
  87. what  files  you  will be using before you  run  the  shell,  and 
  88. launching a program from a shell can cause compatibility problems 
  89. with some software.
  90.  
  91. Briefly  and without going into too much confusing  detail,  once 
  92. installed, DC Data Diet waits until a file operation is performed 
  93. before  it  goes  to  work.   If the  file  is  dietized,  it  is 
  94. decompressed and stored in a temporary working  directory.   When 
  95. the application accesses the file,  it is actually accessing  the 
  96. temporary  file in the work directory.   Using  the  decompressed 
  97. temporary  file  has  the  added benefit  of  allowing  all  disk 
  98. operations on that file to be full-speed.   When the  application 
  99. writes  to the file,  it again is writing to the temporary  file, 
  100. not the original.   Finally,  when you exit the application,  the 
  101. file is compressed and saved back to the original location.
  102.  
  103.  
  104. Data Diet Method Best?
  105.  
  106. What  advantages do you get using the Data Diet method  over  the 
  107. others?   Several,  in fact.
  108.  
  109. You  don't have to treat your hard disk special in any  way.   To 
  110. install Data Diet you don't have to reformat, repartition or even 
  111. backup  your hard disk (although you should always keep a  backup 
  112. of your data).
  113.  
  114. You get a big difference in speed.   First of all, Data Diet uses 
  115. a  proprietary  compression method which is  lightning  fast  (we 
  116. guarantee it's the fastest on the Atari computers), secondly, the 
  117. data  compression usually occurs when you run or exit a  program. 
  118. Therefore  data access while you are using your favorite  program 
  119. is  completely  full-speed with absolutely no  slowdown.
  120.  
  121. Data Diet will also compress files to a remote network drive (can 
  122. any other realtime programs do that?).
  123.  
  124. Additionally,  Data Diet gives you a lot of flexibility.  You can 
  125. exclude  files,  folders  and drives you don't  want  compressed, 
  126. choose between two compression methods and specify the use of one 
  127. compression method for files over a given size
  128.  
  129. Data  Diet  Tools  allows you to  compress,  decompress  and  get 
  130. statistics  about a single file,  groups of  files,  directories, 
  131. or your whole drive, using any file mask.
  132.  
  133.  
  134. The All-Important Work Directory
  135.  
  136. Almost  nothing  is  as  important  to  Data  Diet  as  the  work 
  137. directory.   The work directory is a temporary storage place  for 
  138. your decompressed diet files.
  139.  
  140. When  you  open  and  use  a  dietized  file,  you  are  actually 
  141. manipulating  a  temporary  file  which  is  kept  in  the   work 
  142. directory.   The  original  file doesn't get  touched  until  you 
  143. actually  exit  the current application (this may  vary  slightly 
  144. based upon your configuration and use).
  145.  
  146. ** Data Diet Demo **
  147. Data Diet Demo will create and use the work directory on drive C, 
  148. as the folder C:\DATADIET.WRK
  149.  
  150.  
  151. The Data Diet Front End
  152.  
  153. The  program/desk  accessory  DATADIET.APP/DATADIET.ACC  is   the 
  154. front-end  to the actual Data Diet handler,  which does  all  the 
  155. work.   The  Data Diet front-end is not required to be  installed 
  156. unless  you want to change the configuration of Data Diet or  you 
  157. wish to 'keep tabs' on what Data Diet is currently doing.
  158.  
  159. From  the Data Diet front-end you can get information  about  the 
  160. files  currently accessed,  change the current  configuration  or 
  161. call up Data Diet Tools to manipulate files.
  162.  
  163.  
  164. The Data Diet Front-End Main Menu
  165.  
  166. The Data Diet front-end main menu is composed of several parts:
  167.  
  168. File   information  lists  the  files  in  use  by  the   current 
  169. application.   Information displayed in the main menu is the name 
  170. of  the  file and its current compression type.   A  crossed  box 
  171. under  the compression type of OFF,  A,  or B and RO (read  only) 
  172. indicates the current setting.
  173.  
  174. Clicking on the filename in the main menu will display additional 
  175. information about the file.
  176.  
  177. You  will  see  the  complete path  and  filename  for  the  file 
  178. selected,  the original file size (ORIGINAL),  the Data Diet file 
  179. size (DIETIZED),  the compression percentage (%) (how much it  is 
  180. compressed  from  the  original size) and the  time  required  to 
  181. perform the compression (SECONDS).   Note that the SECONDS  field 
  182. will  only  be  filled in if you FLUSH the file  or  are  in  the 
  183. REALTIME  compression  mode (see the following  explanations  for 
  184. configuration details).
  185.  
  186. ** Data Diet Demo **
  187. Data Diet Demo operates in Realtime mode only.  This means you're 
  188. going to get more of a slowdown than the method we suggest using, 
  189. which is Terminate mode (a real bummer - it's a demo!).
  190.  
  191. Additionally,  the  two  boxes  below the  file  size  statistics 
  192. indicate  the current state of the file.   DECOMPRESSED  selected 
  193. indicates  that  the file is a Data Diet file  and  is  currently 
  194. decompressed  in  the work directory,  and  WRITTEN  TO  selected 
  195. indicates  the file has been written to by the  application,  and 
  196. will  be dietized when the application exits (this may vary  with 
  197. your configuration).
  198.  
  199. Below  the  status  boxes are two buttons which can  be  used  to 
  200. perform  the normal dietize/cleanup operation now.   Clicking  on 
  201. the  FLUSH  button will cause the selected file  to  be  dietized 
  202. immediately,  while clicking on the FLUSH&DEL (flush and  delete) 
  203. button  will cause the file to be dietized and deleted  from  the 
  204. work directory immediately.
  205.  
  206.  
  207. Data Diet Quick Installation
  208.  
  209. This  is  the quick installation guide for DC  Data  Diet.   This 
  210. brief explanation does not go into the many details of using Data 
  211. Diet,  but rather allows you to quickly get Data Diet running  on 
  212. your system so you can start enjoying the savings right away.
  213.  
  214. Once  installed  in  your system,  Data  Diet  will  perform  its 
  215. operations without ever needing interaction from you again.  Data 
  216. Diet's design allows it to seamlessly integrate into the existing 
  217. file handling system.
  218.  
  219. Part I: Data Diet Quick Installation
  220.  
  221. >To quickly install Data Diet:
  222.  
  223. Copy the following file to your AUTO folder:
  224.  
  225. DATADIET.PRG
  226.  
  227. Copy  the following two files to your desk accessory  bootup  path 
  228. (usually A:\ or C:\):
  229.  
  230. DATADIET.ACC
  231. DD_TOOLS.APP
  232.  
  233. ** DATA DIET DEMO **
  234. Data  Diet Demo is configured to use drive C only.   If  you  are 
  235. using a floppy based system,  you will need to setup a RAMdisk as 
  236. drive C.
  237.  
  238. Reboot your computer to install Data Diet.   When Data Diet boots 
  239. up, you will see an installation message.
  240.  
  241. ** DATA DIET DEMO **
  242. The Data Diet DEMO will ONLY save .DOC files to the root of drive 
  243. C:.  For example, load a document into PageStream and save it out 
  244. to  the  root  of  drive C (C:\).   The  file  will  be  dietized 
  245. (compressed) when you save it out.  If you save the file anywhere 
  246. else,  it  will be saved normally.   Moving the file  to  another 
  247. drive will normalize the file.
  248.  
  249. Part II: Put Your Data on a Diet
  250.  
  251. Now that you have Data Diet installed,  you will want to get  all 
  252. of  your  files dietized,  so you can start enjoying  your  space 
  253. savings.  Virtually any file can be dietized.  Some file formats, 
  254. however,  may  already be in a compressed state,  or may  be  too 
  255. random  to adequately compress (GIF pictures and digitized  sound 
  256. files are two types which do not compress well).
  257.  
  258. Data Diet Tools allows you to dietize, normalize or calorize your 
  259. files.   When you dietize your files,  you are compressing  them.  
  260. When you normalize your files,  you are decompressing  them,  and 
  261. when you calorize your files, you are getting statistics on them.
  262.  
  263. Data  Diet  Tools  can dietize or normalize files  on  an  entire 
  264. drive,  accessing  every file in every folder in  one  operation.  
  265.  
  266. The next section tells you how to dietize all of your data.   You 
  267. may want to read more about Data Diet Tools if you do not want to 
  268. dietize all files.
  269.  
  270. >To Dietize your data:
  271.  
  272. Run DD_TOOLS.APP.  You will be presented with the Data Diet Tools 
  273. main menu.
  274.  
  275. Click on the DIETIZE button.   You will be presented with a file 
  276. selector.
  277.  
  278. Use the file selector to choose the drive to dietize, making sure 
  279. you  are on the root directory of the chosen drive (for  example: 
  280. C:\).   If you do not wish to dietize an entire drive, simply use 
  281. the file selector to go into a specific directory.
  282.  
  283. Type *.* in the SELECTION field.
  284.  
  285. Click on the OK button.   Data Diet Tools will begin  compressing 
  286. all data on the specified drive, displaying information about the 
  287. files as they are dietized.   When the task is done, you will see 
  288. a message displayed.
  289.  
  290. Repeat from step #2 for the remaining drives.
  291.  
  292. All  of the files which could be compressed are now in Data  Diet 
  293. format.   Some  files  are  never compressed as  defined  in  the 
  294. DATADIET.INF file.   The files specifically excluded are  usually 
  295. programs and archive files.   To compress programs, you will need 
  296. to use DC Squish next.
  297.  
  298. ** DATA DIET DEMO **
  299. Data Diet Demo will only batch dietize *.DOC files on the root of 
  300. drive C.  The DATADIET.INF file is built into the demo.
  301.  
  302. Step III: Squish Your Programs
  303.  
  304. DC  Data  Diet  is a complete solution  for  data  storage  space 
  305. savings.   The  first part is Data Diet itself,  for  compressing 
  306. anything that is not executable.   The second part is DC  Squish, 
  307. which compresses executable files (GEM and TOS programs and  desk 
  308. accessories).
  309.  
  310. DC Squish is a rock-solid, proven product that will compress your 
  311. executable files, yet still leave them 100% executable.
  312.  
  313. >To Squish your executable files:
  314.  
  315. Run DCSQUISH.PRG.  The main menu will appear.
  316.  
  317. Click on the AL button so it is not selected.
  318.  
  319. Click on the KO button so it is not selected.
  320.  
  321. Click on the D=S button so it is selected.
  322.  
  323. Click on the TPA button so it is selected.
  324.  
  325. Click on the SQUISH button.  A file selector will appear.
  326.  
  327. Use the file selector to locate the path (folder) to Squish.
  328.  
  329. Type *.* in the SELECTION field.
  330.  
  331. Click on OK.
  332.  
  333. DC Squish will now compress any file that it can compress.   Note 
  334. that  DC  Squish  does  not  perform  a  fully  recursive   batch 
  335. compression, so you will need to specify each and every folder to 
  336. Squish.
  337.  
  338. ** DATA DIET DEMO **
  339. DC Squish 1.4 Demo will not save squished executables.
  340.  
  341. Suggested Reading
  342.  
  343. We  suggest you read the rest of the manual to become  completely 
  344. familiar with the options available with DC Data Diet.   Although 
  345. Data Diet can be installed and then forgotten about, you may find 
  346. times  when you wish to configure it for optimal  performance  on 
  347. your system.
  348.  
  349. ** DATA DIET DEMO **
  350. We suggest you buy Data Diet in order to read the manual.  <grin>
  351.  
  352.  
  353.