home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / clear11e.zip / Clear.INF (.txt) < prev    next >
OS/2 Help File  |  2000-03-25  |  33KB  |  628 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. overview ΓòÉΓòÉΓòÉ
  3.  
  4.  CLEAR backup and clean up 
  5.  
  6. Version 1.1, March 2000 
  7.  
  8. A german version is also available * 
  9.  
  10. CLEAR creates file lists of files to be saved. These file lists are the input 
  11. for other programs, especially Info-Zip. CLEAR also creates a CMD-file 
  12. containing the filenames to delete. 
  13.  
  14. You can edit the Clearfile (an ASCII-file, see SAMPLE.CLR). This text file 
  15. controls the operation of CLEAR and is almost self-explanatory. Here you can 
  16. also enter the filenames you want to delete after a fixed period (e.g. 14 
  17. days), if they are not located in the specified directories. 
  18.  
  19. If you want to make a floppy backup, you can start a WPS program object. This 
  20. will activate CLEAR and the Info-Zip programs ZIP and ZIPSPLIT. The result will 
  21. be a handful ZIP files with a size of 1.45 MB, which can easy be copied to 3.5" 
  22. floppies. 
  23.  
  24. In version 1.1, I have fixed a bug concerning Warp 4 Fixpack 11: some 
  25. directories were not reachable anymore; then I have improved the delete 
  26. functionality: not only files, also the corresponding WPS objects are deleted. 
  27. This prevents the OS/2 INI files from growing. 
  28.  
  29. The intention of CLEAR 
  30.  
  31. With CLEAR you can dramatically reduce the quantity of the  data you have to 
  32. backup. Only the really important files are saved. For example, files with the 
  33. extension BAK or SIK, or files generated automatically, e.g. RES and OBJ while 
  34. programming, need not be backed up. Only the files with a date later than the 
  35. last backup have to be saved. I use CLEAR every week and get only one ZIP file 
  36. with a size of about 200 kB. I program, I use CorelDraw and I do word 
  37. processing. 
  38.  
  39. If you work on two computers at two different places, you can use CLEAR to 
  40. update the files of the two computers. So you can create a zipfile with all 
  41. important data you have created on the Computer B since you have left Computer 
  42. A to update the files at Computer A. 
  43.  
  44. With CLEAR you can work well without a streamer, if you don't want to backup 
  45. very large quantities of data (a lot of faxes, big high resolution graphics, 
  46. sound- and video-files and so on). If you have a streamer and a streamer 
  47. software importing file lists, CLEAR will work fine together with your 
  48. streamer, of course. 
  49.  
  50.  
  51. ΓòÉΓòÉΓòÉ 2. Required files, Installation ΓòÉΓòÉΓòÉ
  52.  
  53. The following files should be shipped with this documentation: 
  54.  
  55. clear.exe   main program 
  56. clear.inf   this docu 
  57. sample.clr   ASCII file with user settings ("Clearfile") 
  58.        for CLEAR 
  59. inst_clr.cmd  creates WPS objects 
  60. clr_rexx.cmd  REXX programm used by program object 
  61. OneDrvZp.cmd  used by REXX program 
  62. destroy.cmd  "destroy FILENAME" deletes a file and its corresponding WPS object 
  63. broom.ico   WPS icons, used by inst_clr 
  64. broom1.ico   " 
  65. broom2.ico   " 
  66. broomInf.ico  " 
  67. FILE_ID.DIZ  ASCII file, short program description 
  68.  
  69. You can use CLEAR in two different ways: either you use CLEAR.EXE alone; the 
  70. file-lists created by CLEAR.EXE can then be used as input for e.g. streamer 
  71. software. Or you want to use CLEAR together with Info-Zip. In this case, you 
  72. can use a new program object executing CMD-files. 
  73.  
  74. subchapters: 
  75. Install CLEAR for use together with Info-Zip 
  76. Install CLEAR for use alone (without Info-Zip) 
  77.  
  78. next chapter: 
  79. Editing the Clear-textfile 
  80.  
  81.  
  82. ΓòÉΓòÉΓòÉ 2.1. Install CLEAR for use together with Info-Zip ΓòÉΓòÉΓòÉ
  83.  
  84.  
  85. Place all the files into a new directory of your choice, but locate it on a 
  86. partition where you have enough room: The zipped backup files are placed in a 
  87. subdirectory of this directory; from there you can copy them to floppies. 
  88.  
  89. Make this new directory, where the files are located, current and start 
  90. INST_CLR. Or simply doubleclick onto the inst_clr WPS icon. This REXX program 
  91. creates a program object Clear, a folder ClearDat, a shadow of the folder 
  92. ClearDat on the desktop and a program object for the INF file. 
  93.  
  94. The REXX program queries a name for your Clearfile containing your backup and 
  95. clean up settings. The new Clearfile is placed in the ClearDat folder and 
  96. initialized with the content of the SAMPLE.CLR file. 
  97.  
  98. Then you will be asked which drive letters you want to backup / clean up. A 
  99. sole operating system partition or a partition with big software applications 
  100. makes no sense to backup because you can faster reinstall the software from CD 
  101. than making a restore from floppies. 
  102.  
  103. If you want to backup / clean up a second drive letter with completely 
  104. different filenames to include / exclude, you should better use a second 
  105. Clearfile with different settings. After installing Clear, you can simply copy 
  106. the program object Clear and change the name of the Clearfile and the drive 
  107. letter in the settings notebook, page General, entryfield Parameter. 
  108.  
  109. The CMD file used by the program object requires Info-Zip. If you own Info-Zip, 
  110. make sure that the files ZIP.EXE, UNZIP.EXE and ZIPSPLIT.EXE are located in a 
  111. directory of your PATH statement. Then you can skip the next subchapter. 
  112.  
  113. subchapters: 
  114. get and install Info-Zip 
  115. Warning: Bug in Info-Zip 
  116. Deinstallation 
  117.  
  118. next chapter: 
  119. Install CLEAR for use alone (without Info-Zip) 
  120.  
  121.  
  122. ΓòÉΓòÉΓòÉ 2.1.1. get and install Info-Zip ΓòÉΓòÉΓòÉ
  123.  
  124.  
  125. Info-Zip is a freeware packer of the authors Mark Adler, Richard B. Wales, 
  126. Jeanloup Gailly, Kai Uwe Rommel, Igor Mandrichenko and John Bush. 
  127.  
  128. I have made a link from the Clear page of my Homepage 
  129. http://www.vr-transport.de/Martin 
  130.  
  131. Make sure that the files ZIP.EXE, UNZIP.EXE and ZIPSPLIT.EXE are located in a 
  132. directory of your PATH statement. 
  133.  
  134. If you don't know the current contents of your PATH statement: You can simply 
  135. enter PATH in the OS/2 command line: 
  136.  
  137. [C:\] PATH 
  138.  
  139. Can you handle ZIP files directly from the WPS ? If no, try my "Simple 
  140. Zipshell". 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 2.1.2. Warning: Bug in Info-Zip ΓòÉΓòÉΓòÉ
  144.  
  145. The old Zip Version "Zip 2.0.1 (Sept 18th 1993)" has got a bug while packing 
  146. files with spaces in the filename! In newer versions, the bug is fixed. If you 
  147. have got the old ZIP version, you can test whether you are affected by this bug 
  148. or not: 
  149.  
  150. [C:\] dir "* *" /s /f 
  151.  
  152. This OS/2 command lists all files where the backup does not work. 
  153.  
  154. CLEAR writes filenames containing spaces in quotation marks. With later 
  155. Info-Zip versions, there are no problems. 
  156.  
  157.  
  158. ΓòÉΓòÉΓòÉ 2.1.3. Deinstallation ΓòÉΓòÉΓòÉ
  159.  
  160. To deinstall CLEAR simply delete the program object, the ClearDat folder and 
  161. its shadow using the WPS. 
  162.  
  163. Because other entries in the OS2*.INI files are not made, the deinstallation is 
  164. complete with deleting the WPS objects. In principle, you can create or change 
  165. the WPS objects by yourself. 
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ 2.2. Install CLEAR for use alone (without Info-Zip) ΓòÉΓòÉΓòÉ
  169.  
  170.  
  171. You need only a few files: 
  172.  
  173. clear.exe   main program 
  174. clear.inf   this docu 
  175. sample.clr   ASCII file with user settings ("Clearfile") 
  176.        for CLEAR 
  177.  
  178. Place these files into a directory of your choice. 
  179.  
  180.  
  181. ΓòÉΓòÉΓòÉ 3. Editing the Clear-textfile ΓòÉΓòÉΓòÉ
  182.  
  183. Before starting CLEAR you have to modify the Clear-textfile (Clearfile) with an 
  184. ASCII editor (e.g. the OS/2 system editor e). If you have installed CLEAR for 
  185. use with Info-Zip, your Clearfile should be placed in the ClearDat folder. 
  186.  
  187. Lines beginning with *** must not be changed. Between these lines you can 
  188. change the entries. 
  189.  
  190. Below 
  191.  
  192. ***searching the following drive:directories including subdirs:
  193.  
  194. you can place a number of drive:directory entries. It's often adequate only to 
  195. enter 
  196. C: 
  197.  
  198. The following is also a correct input: 
  199. C:\FOLDER_A 
  200. C:\FOLDER_B 
  201. D: 
  202. E: 
  203.  
  204. On drive C, a backup and cleaning up of FOLDER_A and FOLDER_B with all subdirs 
  205. will be made, also the whole drives D and E. For every drive letter, CLEAR 
  206. creates a backup file list. 
  207.  
  208. The remainder of the Clearfile explains itself. Note: 
  209.  
  210.      If you add /s behind the directory name, subdirs will be included 
  211.      The usage of wildcards * and ? only works with filenames, not with 
  212.       directory names 
  213.      There's no size limit for the directory and file lists. 
  214.  
  215.  
  216.  If you backup / clean up more than one drive letters, you have to specify the 
  217.  drive letter in the following directory lists: 
  218.  C:\DESKTOP /s 
  219.  D:\SOFTWARE /s 
  220.  
  221.  If you don't specify a drive letter, the first drive in the 
  222.  "drive:directories" list is choosen. 
  223.  
  224.  subchapters: 
  225.  Recommendations for excluding dir- and filenames 
  226.  
  227.  next chapter: 
  228.  Starting CLEAR 
  229.  
  230.  
  231. ΓòÉΓòÉΓòÉ 3.1. Recommendations for excluding dir- and filenames ΓòÉΓòÉΓòÉ
  232.  
  233.  
  234. When you specify the excluded directories, note that big software programs are 
  235. faster reinstalled from CD than from floppies. So a backup with floppies is not 
  236. necessary. 
  237.  
  238. Remember keeping an unpacked version of the file UNZIP.EXE on floppy to restore 
  239. your zip files if you have to. 
  240.  
  241. Programmers only have to save source files and not files the compiler 
  242. generates, because they can be reproduced every time - for example OBJ- and 
  243. RES-files, and there are other files you can delete, too. 
  244.  
  245. With my Borland C++ Compiler I don't backup, but rather clean up the following 
  246. files: 
  247.  
  248. *.OBJ 
  249. *.RES 
  250. *.CSM 
  251. *.RWP 
  252. *.~* 
  253. *.IPF 
  254. *.INF 
  255. *.HLP 
  256. *.BMP 
  257. work.wrk 
  258.  
  259. I create Helpfiles with my MAKEIPF tool, so I can clean up IPF files. BMP files 
  260. are also temporary because I save graphics as GIF files and reproduce BMP files 
  261. by using the freeware tool GIF2BMP * . 
  262.  
  263. Fax files require a lot of disk space. If I receive a fax, I decide whether I 
  264. need it in the future or not. If it can be deleted in the future, I use a name 
  265. filename_temp.fax 
  266.  
  267. In the excluding backup and including clean up filename list I add: 
  268. *temp.fax 
  269.  
  270. All files I do only need for some minutes or some days, I choose a filename 
  271. beginning with "TEMP". In the two filename lists I place the filename: 
  272. TEMP* 
  273.  
  274.  
  275. ΓòÉΓòÉΓòÉ 4. Starting CLEAR ΓòÉΓòÉΓòÉ
  276.  
  277.  
  278. The usage of CLEAR depends on whether you want to use it together with Info-Zip 
  279. or seperately, for example to get file lists for use with streamer software. 
  280.  
  281. subchapters: 
  282. Using CLEAR with Info-Zip 
  283. Using CLEAR seperately to get file lists 
  284.  
  285. next chapter: 
  286. Restoring files from zip files 
  287.  
  288.  
  289. ΓòÉΓòÉΓòÉ 4.1. Using CLEAR with Info-Zip ΓòÉΓòÉΓòÉ
  290.  
  291.  
  292. subchapters: 
  293. How it works 
  294. fixed day 
  295. file lists 
  296. result 
  297.  
  298. next chapter: 
  299. Using CLEAR seperately to get file lists 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 4.1.1. How it works ΓòÉΓòÉΓòÉ
  303.  
  304.  
  305. After running the installation program you have got a program object Clear 
  306. using CLEAR together with Info-Zip. This program object points to the REXX 
  307. program clr_rexx.CMD. 
  308.  
  309. In this REXX program CLEAR is running once you have input a fixed day. After 
  310. creating file lists these are shown in several e editors. After reading, 
  311. modifying and saving the lists, ZIP is started. After that, ZIPSPLIT divides 
  312. the big zip-file into several parts, each with a size of 1.45 MB - the right 
  313. size for copying it to 3.5" floppies. 
  314.  
  315. But note: ZIPSPLIT does not divide a big file into two zipfiles. So you can't 
  316. backup bigger files than 1.45 MB (packed) to floppy. In this case, interrupt 
  317. the batch file when querying "Press Ctrl-C if..." and the big zip file won't be 
  318. divided or deleted. 
  319.  
  320. The REXX program activates several batchfiles "OneDrvZp.cmd" simultaneously, 
  321. each for one drive to be zipped. So the REXX program does something like 
  322. multithreading:. After leaving the editor with the backup file list, ZIP 
  323. already works while you can examine the delete file list in the editor. 
  324.  
  325.  
  326. ΓòÉΓòÉΓòÉ 4.1.2. fixed day ΓòÉΓòÉΓòÉ
  327.  
  328.  
  329. After double clicking onto the Clear program object, you have to enter a fixed 
  330. day in an entryfield, titled "from e.g: 5/31/95". 
  331.  
  332. Only files with a date equal or later than the fixed day are listed in the 
  333. backup file list. You have to enter the date in the MM/DD/YY format. Instead of 
  334. 95, you can also type 1995. 
  335.  
  336. You always have to enter a fixed day. If you don't want to have a fixed day, 
  337. enter 1/1/80 or simply press Return. 
  338.  
  339.  
  340. ΓòÉΓòÉΓòÉ 4.1.3. file lists ΓòÉΓòÉΓòÉ
  341.  
  342. CLEAR creates two text files: 
  343. SC0912.TXT 
  344. DEL_0912.CMD 
  345.  
  346. The code "0912" means "September 12", so you can see the date of the file list 
  347. in the filename. The code has got always four digits and is created from the 
  348. actual system date. 
  349.  
  350. If you have specified more than one drive in the Clearfile, for example 
  351.  
  352.     * * * searching  the  following  drive : directories  including  subdirs : 
  353. C :  D : \ PATH1  D : \ PATH2 
  354.  
  355. every drive will get its own file list: * 
  356. SC1209.TXT 
  357. SD1209.TXT 
  358.  
  359. The content of the file SC0912.TXT is a file list of all filenames to be Saved 
  360. from drive C. The file DEL_0912.CMD is also created. It's a batchfile with all 
  361. commands for deleting files throughout all drives. When using the Clear program 
  362. object, both files are automatically shown in the system editor. 
  363.  
  364. Remember to save the CMD file before exiting the editor!!! 
  365.  
  366. If you are not satisfied with the files CLEAR has choosen for deleting and 
  367. saving, you should edit the Clearfile straight away. Then, the next time you 
  368. have to make less changes in the file lists. 
  369.  
  370.  
  371. ΓòÉΓòÉΓòÉ 4.1.4. result ΓòÉΓòÉΓòÉ
  372.  
  373. Finally, the packed data is placed in the ClearDat folder in separate files, 
  374. each with a size for copying to empty 3 1/2 inch floppies. 
  375. SC0912_1.ZIP 
  376. SC0912_2.ZIP 
  377. SC0912_3.ZIP 
  378. and so on. 
  379.  
  380. You can copy these files to empty floppy disks by using the WPS or the command 
  381. line. (The command line is faster.) After that, you can delete the ZIP files in 
  382. the ClearDat folder. 
  383.  
  384. The file lists 
  385.  
  386. SC0912.TXT 
  387. DEL_0912.CMD 
  388.  
  389. are also located in the folder ClearDat. I recommend not to delete the backup 
  390. file lists so you have got a documentation of the backup. 
  391.  
  392. The delete file list DEL_0912.CMD can be activated from the WPS by double 
  393. clicking or from the command line. Then it can be deleted, too. 
  394.  
  395.  
  396. ΓòÉΓòÉΓòÉ 4.2. Using CLEAR seperately to get file lists ΓòÉΓòÉΓòÉ
  397.  
  398.  
  399. You can start CLEAR from the command line: 
  400.  
  401. CLEAR clearfilename date 
  402.  
  403. clearfilename is the name of the ASCII Clearfile, for example MY.CLR. 
  404.  
  405. date is the fixed day. All files older than this date won't be listed in the 
  406. backup file list, all files equal or later will be listed. 
  407.  
  408. Example: 
  409.  
  410. [C:\CLEARDAT] clear my.clr 7/31/94 
  411.  
  412. After pushing enter, CLEAR creates file lists for backup and clean up. The 
  413. clean up file is a batchfile with the extension CMD. 
  414.  
  415. Before executing the delete batchfile, take a look at it with an editor. 
  416. Remember to save the file in the editor before executing it!!! 
  417.  
  418. You can also enter an optional parameter: a string with four digits. This will 
  419. get part of the filenames of the file lists. Without entering such a parameter, 
  420. CLEAR generates this string from the actual system date: for example 0912 for 
  421. September 12. 
  422.  
  423.  
  424. ΓòÉΓòÉΓòÉ 5. Restoring files from zip files ΓòÉΓòÉΓòÉ
  425.  
  426. If the harddisk was destroyed and you have to restore your whole data, you have 
  427. to unzip the files in the right order: You have to begin with the floppies 
  428. created with the fixed day 1/1/80. The last zipfile has to be the newest one. 
  429.  
  430. [C:\] unzip -o a:SC0912_1.zip 
  431.  
  432. The parameter -o rewrites files with the same name and location without 
  433. warning, like COPY. The diretories are automatically restored. 
  434.  
  435. You have to keep EXACTLY the right order while restoring the zipfiles! If you 
  436. do not so, a newer file will be "updated" by an older version of the file 
  437. without warning! 
  438.  
  439.  
  440. ΓòÉΓòÉΓòÉ 6. hints ΓòÉΓòÉΓòÉ
  441.  
  442.  
  443. subchapters: 
  444. desktop 
  445. documentation of the backup 
  446. creating generations 
  447. piping (hackers only) 
  448.  
  449. next chapter: 
  450. About CLEAR 
  451.  
  452.  
  453. ΓòÉΓòÉΓòÉ 6.1. desktop ΓòÉΓòÉΓòÉ
  454.  
  455.  
  456. You should not backup the desktop \DESKTOP with CLEAR. Save your \DESKTOP 
  457. directory together with the \OS2\OS2*.INI files with special programs for that 
  458. purpose. 
  459.  
  460.  
  461. ΓòÉΓòÉΓòÉ 6.2. documentation of the backup ΓòÉΓòÉΓòÉ
  462.  
  463. Don't remove the backup file lists S*.TXT from your harddisk. If you have to 
  464. find an old version of a file, you can locate the file easily without handling 
  465. several floppies. 
  466.  
  467.  
  468. ΓòÉΓòÉΓòÉ 6.3. creating generations ΓòÉΓòÉΓòÉ
  469.  
  470.  
  471. Using CLEAR the first time, you will choose a fixed day 1/1/80. So no file will 
  472. be excluded because of its date. When using CLEAR the second or third time (and 
  473. so on), you only have to save the files later than the date of the last backup. 
  474. If you have created 20 or 30 of such small zipfiles, you should begin with a 
  475. new generation by choosing a fixed day 1/1/80 again. Remember, if your hard 
  476. disk is going to the happy storing-grounds, you have to restore all 30 files in 
  477. the correct order - more would be tedious. 
  478. Beginning a new generation is also useful because this has got the effect of 
  479. storing your data twice. If a single floppy disk does not work anymore, you can 
  480. reach the data (an older state) nevertheless. 
  481. If you create a new child (a new generation), you can use the disks of the 
  482. great-grandfather. So you have always got 3 floppy packs: child, father, 
  483. grandfather. 
  484.  
  485. But it can be useful not to reuse old floppy packs. So you can restore for 
  486. example a source code of a program three years ago. 
  487.  
  488.  
  489. ΓòÉΓòÉΓòÉ 6.4. piping (hackers only) ΓòÉΓòÉΓòÉ
  490.  
  491. CLEAR has got another parameter: -@ 
  492. This parameter passes the backup file lists to standard-output, in addition to 
  493. the files. Simultaneously, output other than file names (program version, error 
  494. messages and so on) is omitted. 
  495.  
  496.  
  497. ΓòÉΓòÉΓòÉ 7. About CLEAR ΓòÉΓòÉΓòÉ
  498.  
  499.  
  500. subchapters: 
  501. Freeware - disclaimer 
  502. bugs and improvements 
  503. Contacting the author 
  504. other programs 
  505. About this hypertext 
  506.  
  507.  
  508. ΓòÉΓòÉΓòÉ 7.1. Freeware - disclaimer ΓòÉΓòÉΓòÉ
  509.  
  510.  
  511. I have decided to offer this program as freeware, because registration and 
  512. selling for a few dollars is too complicated. I you use and like Clear, please 
  513. send me an E-Mail. A donation can also be registering one of my Shareware 
  514. programs. 
  515.  
  516. CLEAR is provided as is and comes with no warranty of any kind, either 
  517. expressed or implied. In no event will the author be liable for any damages 
  518. resulting from the use of this software. 
  519.  
  520.  
  521. ΓòÉΓòÉΓòÉ 7.2. bugs and improvements ΓòÉΓòÉΓòÉ
  522.  
  523. There was a german version 0.91 for some months, so I assume there are (nearly) 
  524. no bugs. If you find some, please inform me. 
  525.  
  526. Known bugs in 1.0: none before Warp 4 Fixpack 11 (or perhaps earlier, I don't 
  527. know) 
  528. see Info-Zip bug (old Zip Version 2.0.1 from 1993) 
  529.  
  530. Improvements in 1.1 
  531.  
  532.      works also with Warp 4 Fixpack 11; for Clear 1.0, not all directories 
  533.       were reachable anymaore. 
  534.      improving the delete functionality: not only files, also the 
  535.       corresponding WPS objects are deleted. This prevents the OS/2 INI files 
  536.       from growing. 
  537.  
  538.  
  539. ΓòÉΓòÉΓòÉ 7.3. Contacting the author ΓòÉΓòÉΓòÉ
  540.  
  541. Press image for information about my person. 
  542.  
  543. E-Mail address: Martin@vr-transport.de 
  544.  
  545. Homepage: 
  546. http://www.vr-transport.de/Martin 
  547.  
  548.  
  549. ΓòÉΓòÉΓòÉ 7.4. other programs ΓòÉΓòÉΓòÉ
  550.  
  551.  
  552. I've also written other Freeware- and Shareware programs. Visit my Homepage 
  553. http://www.vr-transport.de/Martin 
  554.  
  555. both Win95/NT and OS/2; Linux versions for some programs are planned. 
  556.  
  557. WSedit: 
  558. Editor compatible to Wordstar: reading and writing Wordstar (DOS) files, ASCII 
  559. IBM and ISO codepage. Supports Wordstar Ctrl key commands and CUA commands. 
  560. Syntax-highlightning, Translation, spell checking, function key macro recorder 
  561. and a lot of other features. WSedit handles very large ASCII files. Freeware. 
  562.  
  563. pmCalc: 
  564. Pocket calculator with scientific and programmer functions, calculating with 
  565. variables, Regression, easy transfer to/from the clipboard, detailed error 
  566. messages, online help. pmCalc recalculates the result after every keystroke. 
  567. You enter a formula like you would in a programming language. Shareware 25$. 
  568.  
  569. HyperMake: 
  570. Creates HTML files, Winhelp MS HTML-Help and OS/2 Help from a more simple and 
  571. intelligent ASCII format. Automatic linking, window arrangement, helptables, 
  572. footnotes, tables and other features. Shareware if source file > 20 kB. See 
  573. hypertext 
  574.  
  575. TinyAlarm: 
  576. A simple countdown with a slider from 1 to 60, an alarm by entering alarm time 
  577. and a chime. System shutdown. Freeware. 
  578.  
  579. cd-shortcut: 
  580. instead of whole directory names you enter only substrings. Searching through 
  581. several drives and opening OS/2 WPS folders. Freeware. 
  582.  
  583. Simple Zipshell: 
  584. Packing and unpacking ZIP files by using the graphical desktop. Freeware. 
  585.  
  586.  
  587. ΓòÉΓòÉΓòÉ 7.5. About this hypertext ΓòÉΓòÉΓòÉ
  588.  
  589.  
  590. I have created this hypertext by using my HyperMake hypertext tool. It creates 
  591. Winhelp, OS/2 Help and HTML files from one simple and intelligent ASCII format. 
  592. If a phrase is marked with an "index char", it is placed in the index and all 
  593. other occurrences in the hypertext will get a link automatically. HyperMake 
  594. also creates Helptables, and for line drawing, footnotes, window arrangement 
  595. (and so on) there are short commands. The links at the end of some windows 
  596. "subchapters... next chapter..." are created automatically. HyperMake is 
  597. shareware for source files > 20 kB. (this one has got 13 kB). 
  598.  
  599. Visit my homepage for more information about HyperMake. 
  600. http://www.vr-transport.de/Martin 
  601.  
  602. end of hypertext 
  603.  
  604.  
  605. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  606.  
  607. Beschaffen Sie sich bitte clear11g.zip. Sogar die EXE-Dateien unterscheiden 
  608. sich. Besuchen Sie meine Homepage http://www.vr-transport.de/Martin 
  609.  
  610.  
  611. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  612.  
  613. Graham Welland, 1989 
  614.  
  615.  
  616. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  617.  
  618. this is because ZIP.EXE is not adding the drive letter to the 
  619. directory/filename. 
  620.  
  621.  
  622. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  623.  
  624. Martin Vieregg, 34. I've studied economics. My main job is working in my own 
  625. consulting company. Our special subject is public transport, especially 
  626. railways. The title of my doctoral (PhD) thesis was "increasing efficiency of 
  627. railway long-distance passenger traffic" (only german language). Visit 
  628. http://www.vr-transport.de