home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / DUTI / DOUBLE14.ZIP / OTH-PGMS.DOC < prev    next >
Text File  |  1998-04-22  |  20KB  |  388 lines

  1.   Here is a List of other Programs you will receive as a Bonus for your small
  2. donation, if you REQUEST them.
  3.  
  4.   All of these Programs were made for MS Dos Systems.  All of these Programs
  5. were written in Assembly Language (the most efficient of all the languages).
  6. No special equipment is required.  All of these Progams can "Run" on an Old
  7. 8086 Computer as well as New Computers (with the "Pentium").  CGA or better
  8. Graphics is Required.  All Programs use Little Memory.
  9.  
  10. ----------------------------------------------------
  11.  
  12. A_VIEW3.ZIP "A View" V1.3  A Special type of Ansi File Viewer
  13.  
  14.   AV (A View) allows you to View "Captured" BBS Ansi (Multiple) Screens, as
  15. well as Ansi Files.  Other Ansi Viewers I tried Don't know when to Pause
  16. when Viewing a sequence of "Captured" Screens (Captured via a Terminal
  17. Program when connected to a BBS).  The Pause problem occurs when the BBS
  18. waits for you to make a Selection, enter a Command, etc.  Note: It is
  19. important that the Terminal Software has the ability to Capture Everything.
  20. Not all Terminal Programs that I have tried Capture everything.  I made
  21. this utility so I can Review (Offline) all the Menus, Subscription Rates,
  22. etc., "Captured" from a BBS that I called for the first time.
  23.  
  24. ----------------------------------------------------------
  25.  
  26. BREAKDN2.ZIP "Break Down" V1.2 Split a huge text file at specific locations
  27.  
  28.  "Break down" a huge text file at specified locations into smaller
  29. files. File splitters use byte or line counting which is not ideal
  30. in some situations.  The file may be too big for a text editor. If
  31. it could handle a huge file, exporting many parts to individual
  32. files after marking each part is very tedious.  That's why "Break
  33. Down" was developed.
  34.  
  35. ----------------------------------------------------
  36.  
  37. COL_PRT9.ZIP "Columns Printer" V1.9 Print a Text File in 2, 3, or 4 Columns
  38.  
  39.   Columns Printer Prints a Text File in two, three, or four Columns.  Also, it
  40. has a "Stripping" Feature (Option) which allows you to remove a Part/s of each
  41. Line if those parts are not wanted.  Columns Printer is useful for such things
  42. as a List of Videos, Songs, Files, Software, etc.  Columns Printer uses
  43. "Compressed" Mode Printing (132 Characters per Line total).  Special features
  44. include a File Viewer which has a Scale and Lines Counter which you can use
  45. for "Stripping" or Columns Setting Reference.  Other Options include Double
  46. Print each Line, Print each Page with a Key Press, "Back Page" Printing
  47. (allows you to Print on both sides of the Paper), etc.  Columns Printer also
  48. allows you to "Strip" a File (actually Creates a New File with the Original
  49. Untouched).
  50.  
  51. ----------------------------------------------------
  52.  
  53. COUNTER2.ZIP "Counter" V1.2  Counts the Occurrences of a Pattern in Files
  54.  
  55.   Counts the Occurrences of a Pattern (Wildcard/s in the Pattern is an
  56. Option) in One file, a Group of files, or All the files in a Directory in
  57. a Single Pass.  Counter displays the Names of Every File Involved, with a
  58. Count for Each File (Up to 9,999,999,999), including those Files with 0
  59. Occurrences.  Now includes Grand Total.
  60.  
  61. --------------------------------------------------------------------
  62.  
  63. DATAFY1.ZIP "Datafy" V1.1 Create a "Data" image file of any file
  64.  
  65.   The purpose of "Datafy" is to convert every byte of any type of file into
  66. it`s equivalent Decimal Number.  A byte represents a number in the range
  67. of 0 to 255 based on the binary pattern of it's bits.  The "data" file created
  68. by Datafy is a sequence of decimal numbers separated by commas which represents
  69. the bytes of the original file.  Any type of file from binary to text can be
  70. "datafied".  The "data" file can be imported into source code such as Basic,
  71. Assembly, or another language.  The "data" can represent a procedure, graphic,
  72. scrambled text, etc.  This "data" is compatible with any text (source) editor.
  73.  
  74.   "Datafy" allows the user to specify a "symbol" which can be a Directive or
  75. Label for every "data" Line.  "Symbol" examples for "DB" and "DATA":
  76.  
  77. DB 25,12,245,0,100,123.....   (Assembly Source)
  78. DATA 25,12,245,0,100,123....  (Basic Source)
  79.  
  80. ----------------------------------------------------
  81.  
  82. DEDUPE12.ZIP "DeDupe" V1.2  Removes Duplicate Lines located Anywhere in File
  83.  
  84.   Remove Duplicate Lines located Anywhere in a File.  The File does NOT
  85. have to be Sorted.  The Duplicate Lines can be put into another File
  86. (Option).  Also, you can Extract Unique (Differences) Lines from Two Similar
  87. Files to "Expose" what Lines have been Deleted, Added, or Modified.
  88.  
  89. ----------------------------------------------------
  90.  
  91. DOUBLE14.ZIP "Double" V1.4  View Two Files at the Same time.
  92.  
  93.   View Two (usually Similar) Files in Text Mode at the Same time to see
  94. Differences.  Double has Two View Modes, Split Screen or "Interlaced".
  95. A "HiLite" Feature is included.  You can turn "HiLite" On or Off at any
  96. time while Viewing the Two Files.  "HiLite" Highlights the Differences
  97. between the two files to make them Very Noticeable.  You can View the Same
  98. File twice, then move to another part of the file to see the Differences
  99. between two parts of the Same File.  Note: You can View a Single File too.
  100. Now includes Search for differences Mode.
  101.  
  102. ----------------------------------------------------
  103.  
  104. F_KEYS13.ZIP "Function Keys" V1.3  One Keystroke replaces a Sequence
  105.  
  106.   FK (Function Keys) is a Simple to use Programmable F Keys Utility.  It's
  107. purpose is to allow you to enter Dos or Dos Based Program Commands, which
  108. you frequently type, with a Single Key Press.  This TSR (Terminate and Stay
  109. Resident) Program can easily be "Removed", if you don't want it to stay in
  110. memory.  It Automatically becomes disabled when another Program is in use,
  111. so there are no Conflicts using the F Keys in a Program.
  112.  
  113. ----------------------------------------------------
  114.  
  115. F_VALID8.ZIP "Files Validator" V1.8  Validate All the Files in a Drive.
  116.  
  117.   Files Validator Validates All the Files in a Drive.  You can Specify a
  118. Single File or All the Files in a Directory instead of the Entire Drive.
  119. It will Report any File that have Changed.  It does Not rely on the Time
  120. and Date Stamp, but Reads every File completely, composing a "Signature" of
  121. each File in the Process.  The "Signature" of each File is Compared to the
  122. "Signature" in a Reference File that you have Created Earlier using Files
  123. Validator.  It is so Sensitive that a Change as small as One Bit can be
  124. Detected.  Files Validator also Reports "Missing" Files or Directories
  125. (often this is normal when you move, rename, or delete files or
  126. directories).  Files Validator also Reports "Read Errors".
  127.  
  128. -----------------------------------------------------
  129.  
  130. FILE_TD2.ZIP "File Time Date" V1.2  Set File/s Time and/or Date
  131.  
  132.   FTD (File Time Date) allows you to Set the Time and/or Date of One File,
  133. a Select Group of Files, or All the Files in the Current Directory in a Single
  134. Pass.
  135.  
  136. ----------------------------------------------------
  137.  
  138. FINDER26.ZIP "Finder" V2.6 Search Files for a Text Pattern/s
  139.  
  140.   Search one, several, or all files (any type) (in a single pass) for text
  141. patterns.  Special features include dual and/or, wildcard, exclusive, and mis-
  142. match allow options.  Finder searches for text patterns in any type of file
  143. (text or non-text).  "Exclusive" search finds exactly what you want (e.g. 'ram'
  144. and not 'frame').  "Wildcards" in the pattern allows you to find patterns that
  145. match in part.  "Mis-match allow" is another form of pattern matches in part,
  146. but it doesn't specify which characters in the pattern are to be ignored.  "Or"
  147. search mode allows you to enter two patterns, and if either one or the other is
  148. found, you will see it on screen.  "And" search mode allows you to enter two
  149. patterns.  If the two patterns are in the same line, or if one of the two
  150. patterns is in the line above or below (adjacent to the line with the other
  151. pattern), you will find (see) it on the screen.  "List" of patterns option
  152. allows searching for many patterns at the same time.
  153.  
  154. --------------------------------------------------------------------
  155.  
  156. FOUR_20.ZIP "Four" V2.0
  157.  
  158.   Artificial Intelligence is the attribute of your Opponent.  This
  159. is a Very Simple Game to learn, but it is Very Challenging to Play.  You
  160. Play against the Computer.  Your Opponent "Learns" and gets "Smarter" over
  161. time.
  162.  
  163. ---------------------------------------------------------------------
  164.  
  165. FV_CONV1.ZIP "FV Converter" V1.0 Converts a FV Reference file to text.
  166.  
  167.  "FV Converter" is an auxiliary program to "Files Validator", which generates
  168. a reference file containing signatures (and file length) of every file in a
  169. drive (example: hard drive).  Note: The purpose of "Files Validator" is to
  170. report files that have changed, moved, have read errors, etc.  "Changed"
  171. files could be normal, caused by corruption, or caused by infection (virus).
  172.  
  173.  "FV Converter" creates a new file with the signature (and file length) bytes
  174. converted into decimal numbers, which makes the new file compatible with any
  175. text editor.  The converted reference file can be compared to other converted
  176. reference files with utilities such as "Double".  Note: The original reference
  177. file, created by "Files Validator", is never "touched" (not changed).
  178.  
  179. ----------------------------------------------------
  180.  
  181. HEXIT_16.ZIP "Hex It" V1.6  Create hex image file. View/copy physical sector
  182.  
  183.  Create (or view) a hexadecimal image file (text file) of any file. The hex
  184. image file, along with another image file (of the "same" file) can be viewed
  185. with a utility such as "Double" to see differences.  Useful for spotting the
  186. signature of a new virus.  Also, see where the file was modified or corrupted.
  187.  
  188.  You can edit the image file in your favorite text editor (remove parts,
  189. etc.) then use "Hex It" to "un-hex" it back into original "form" (characters).
  190.  
  191.  "Hex It" can be used to view a file in hexadecimal or text mode.
  192.  
  193.  Now you can view, in hexadecimal or text mode, any "physical" disk sector.
  194. Note: I could not find a utility that does that. I found "logical" sector
  195. viewers/editors. Try viewing the "Master Boot Record" in your hard drive with
  196. a "logical" sector viewer/editor.
  197.  
  198.  You can copy any "physical" disk sector to a file.  Note: The file is an
  199. exact copy of the sector (NOT modified).  If you wish, you can create a
  200. hexadecimal image file of that file afterwards.
  201.  
  202. ----------------------------------------------------
  203.  
  204. MASM_CN3.ZIP "Masm Converter" V1.3  Convert V6.X .ASM Source Code to V5.X
  205.  
  206.   Masm Converter converts the MASM V6.X Assembly Source Code (.ASM) to the
  207. format used by the older MASM V5.X Assemblers.  This allows you to Assemble,
  208. after the Conversion, the New Source Code with an older Assembler (I use Masm
  209. V5.1).  The "New" Source code comes from such sources as a Disk when you
  210. purchase an Assembly related Book, Software Distributors, etc.
  211.  
  212. ----------------------------------------------------
  213.  
  214. MIN_MAX1.ZIP "Minimum or Maximum" V1.1  Find the Min. Max. Above or Below
  215.  
  216.   Find Minimum, Maximum, ALL Above, or All Below a Specified Amount in a
  217. Single File, Group of Files, or All the Files in the Current Directory (in
  218. a Single Pass).
  219.  
  220.   Have you ever wanted to Find the Minimum or Maximum Amount?  Have you
  221. ever wanted to Find ALL Below or All Above a Specified Amount?  "Amount"
  222. can be any Number such as Currency or Quantity in a File/s.  Examples of
  223. "Amount" can be: "$100.00", "DwnLds 204", "Balance $100.00", "Home Runs:
  224.  35", "Strike Outs: 45", "Touch Downs: 53", "Quantify 34", "Price
  225. $100.00", etc.
  226.  
  227. --------------------------------------------------
  228.  
  229. PURGER11.ZIP "Purger" V1.1 Purge Files that you don't want anyone to recover
  230.  
  231.  The purpose of this program is to allow you to get rid of files that you do
  232. not want anyone to recover.  Deleting a file does not get rid of it.  It is
  233. marked in such a way that it will no longer be displayed with the "Dir"
  234. command and the space on the disk used by the file is made "available".
  235.  
  236.  With Purger, you can purge one, a select group, or all the files in the
  237. current directory in a single pass.  First, Purger overwrites the entire file
  238. with "0"s (Default character which you can change), then deletes the file.
  239. NOTE: The file(s) can be any type and any length.
  240.  
  241. ------------------------------------------------------------
  242.  
  243. RENAMER1.ZIP "ReNamer" V1.1 Rename a group or all files in one pass
  244.  
  245.  Renamer allows you to rename a select group of files or all the files in a
  246. directory in one pass.  You can rename the extensions, base names, or both.
  247. Two formats are available "common" or "progressive" (number).  An example of
  248. renaming to a "common" extension is ".BAK".  A "progressive" extension starts
  249. at ".001".  A "progressive" number can be part of the base name instead of the
  250. extension (example: "PROJ_001.DAT").  You can have both "common" and
  251. "progressive" operate at the same time such as a "common" base name and a
  252. "progressive" extension.
  253.  
  254.  If you use the "progressive" format, you can rename up to 999 files in one
  255. pass.  If you only use a "common" format, you can rename up to 5000 files in
  256. one pass.
  257.  
  258. --------------------------------------------------
  259.  
  260. SCRAMBL3.ZIP "Scrambler/Unscrambler" V1.3 Scramble a File(s)
  261.  
  262.  Scramble or Unscramble one, a select group, or all the files in the current
  263. directory in a single pass using your own "key".  The "key" you specify can
  264. be a word, number, sentence, phrase, etc.  "Scrambler" never "touches" the
  265. original input file, but creates a new scrambled or unscrambled file.  All
  266. scrambled files will have a ".SSS" extension added.  Note: The file(s) can
  267. be any type and any size.
  268.  
  269. ----------------------------------------------------
  270.  
  271. TEXT_M28.ZIP "Text Modifier" V2.8 Modify Text Files many ways
  272.  
  273.   TM (Text Modifier) is a Powerful Utility which you can use to
  274. Automatically Modify a Text file/s in Many Different ways.  Some of the
  275. things you can do with TM include Clipping, Stripping, Extracting (keep
  276. only lines with a Specified Pattern), Excluding (the Opposite of
  277. Extracting), Replacing a Pattern, Removing a Pattern, Reducing a Pattern
  278. Sequence, Spaces reducing or removing, Reformating, Printing a Text file
  279. in different Formats.  The "Pattern" can be a single Character, word,
  280. phrase, etc.  The Pattern can be Case Sensitive or not, it can be
  281. Non-Text Characters since TM gives you the Option to enter (for the
  282. Pattern) the Character/s in Decimal Form (Example: "13" for Carriage
  283. Return, "10" for Line Feed, etc.).  Note: The Original File/s is Never
  284. Changed, a New "Modified" File/s is Created.  TM includes a File/s Viewer
  285. which allows you to See the effects of Modifications, Clipping,
  286. Stripping, etc. before you actually Create a New "Modified" File/s.
  287. A file/s "Reader" lets you see the File/s in Original form.
  288.  
  289. -----------------------------------------------------------
  290.  
  291. TX_COLR1.ZIP "Text Color" V1.1  Change fore/backgnd colors or see attributes
  292.  
  293.   Did you ever use a Dos based application and you were not happy with the
  294. color of the text or the background?  The application provides no means to
  295. change the colors.  With TC, you can now change any color you dislike.
  296.  
  297.   You create screens during program development (any Language) and find
  298. yourself setting colors, assembling the source code, and executing the program
  299. to see what the screen looks like, if it's not right, repeating the process.
  300. With TC, you can adjust the colors while viewing the effects, to see what
  301. colors look the best without using the "trial and error" process.
  302.  
  303.   If you have an old portable computer (like me) with an amber screen (my
  304. motive for making these utilities) which prevents you from seeing the
  305. "highlight" selection in a list and/or seeing differences in screen parts due
  306. to the limited 4 "shades" (not counting blink), then TC will enable you to see
  307. the "unseen".
  308.  
  309.   The second program, "TCR", in this package displays the foreground or
  310. background attributes of the entire screen in hexadecimal form. A reference
  311. table is also displayed.
  312.  
  313. ---------------------------------------------------------------------
  314.  
  315. TWINKLE1.ZIP "Twinkle Stars" V1.1 VGA Graphic Novelty or Screen Saver
  316.  
  317.  TS ("Twinkle Stars") displays twinkling "stars" in VGA graphics mode.  TS
  318. can be used as a screen saver.  Note: The "stars" do not represent actual
  319. stars in our universe.  The position of each "star" is the result of a
  320. random number generator.  The number of stars displayed can be controlled
  321. by the user with a range of 450 to 32,550.  Also, the user can change the
  322. twinkle rate while viewing the "stars".  TS is useful for visually
  323. demonstrating how well the random number generator is performing.
  324.  
  325. ----------------------------------------------------
  326.  
  327. WH_USED6.ZIP "What's Used" V1.6  Reporst All Files Opened or Created
  328.  
  329.   What's Used Reports ALL Files Opened ("Used") or Created by a Program or
  330. Application.  What's Used has a Special Delay Feature (Option), which is
  331. Adjustable at the time of "Installation" (Loaded into Memory) which allows
  332. you to Start "Logging" after 1 (Default, but adjustable) Minute from the
  333. time you "Trigger" (in Dos, before you enter Windows)  This Delay Feature
  334. was added for Windows Based Applications so you don't "Log" all the Windows
  335. related files during Windows Initialization.  Note: I use Windows 3.1 and
  336. Never had a Problem using "What's Used".  I don't know how it will work
  337. "Under" Windows 95.
  338.  
  339. ----------------------------------------------------
  340.  
  341. WHA_NEW2.ZIP "What's New" V1.2 Reports New Files, Directors, etc.
  342.  
  343.   What's New reports ALL New Files (New additions) and New Directories, as
  344. well as All Files that have Changed (indicated by a difference in the File
  345. Length, Time, or Date Stamp) in a Drive.  You must first Create a
  346. "Reference" File which you later use to get this "Report".
  347.  
  348. -------------------------------------------------
  349.  
  350. XTRACTR4.ZIP "Extactor" V1.4  Extract parts For a new file or From a file
  351.  
  352.   How many times have you Viewed a Text File (Document) such as a List of
  353. Program Files (with Description), Web Sites, E-Mail Addresses, Instructions,
  354. Information, etc., and found yourself writing down information from the file
  355. because it is Too Much Trouble to "Mark" those Parts using a Text Editor, then
  356. save those "Parts" as individual files which you have to "Merge" together, or
  357. "Copy" the Parts and "Paste" the Parts together?  Extractor makes it Easy.
  358.  
  359.   You use Extractor to View any File in Text Mode. "Long Line" Text will be
  360. wrapped at the 80th column to keep everything on the screen.  Use the
  361. "Marking" Bar to Mark (or UnMark "Marked" Lines).  No "Markers" are put into
  362. the Document. The Document is Never Altered. A New File is Created.  Extractor
  363. has two Extract Modes:  You can Extract Lines (Parts) for a New File or you
  364. can Create a New File with all the lines of the Original File except "Marked"
  365. Lines.  Extractor can handle Huge Files with as many as 524,160 Lines!
  366.  
  367. ----------------------------------------------------
  368.  
  369. ZERO1.ZIP "ZERO" V1.1  Put "Markers" in your Directory without using "Space"
  370.  
  371.   Zero allows you to put "Markers" or "Dividers" into Directories without
  372. using any Disk Space.  Also, it Truncates existing Files (used as Markers)
  373. to 0 length, incase you used Disk Space consuming (Files) Markers.  Note: A "2
  374. Byte" File (Marker) uses One Cluster, which can be 16K (about 16,000 bytes) on
  375. a Hard Drive.  Zero Warns you if the File Exists (Option to Abort) before
  376. Proceeding, incase you accidently typed the name of an important file instead
  377. of a Marker.
  378.  
  379. -----------------------------------------------------
  380.  
  381.   Author: John Augustine N3AOF
  382.   jaugust@bellatlantic.net
  383.  
  384.   3129 Earl Street
  385.   Laureldale, Pa 19605
  386.   (610) 929 - 8850
  387.  
  388.