home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / HANDICAP / VEDOCS20.ZIP / APPENG.DOC < prev    next >
Encoding:
Text File  |  1991-06-11  |  1.9 KB  |  56 lines

  1. APPENDIX G
  2. VE_SET UTILITY
  3.  
  4. This simple little utility program enables you to review the contents of your
  5. Vocal-Eyes configuration (SET) files without having to load them into
  6. Vocal-Eyes and wipe out your present speech configuration.
  7.  
  8. What does VE_SET do? How does it work? Well, the program reads in your
  9. Vocal-Eyes SET file and writes out a "human readable" file which contains all
  10. of the Vocal-Eyes internal settings, hot keys and various color attributes. 
  11. Every single setting saved with the .SET file is converted.
  12.  
  13. To run the program, simply type the following:
  14.  
  15. VE_SET
  16.  
  17. This will give you a quick summary on what command line options you need to
  18. provide to run the program completely.  To actually convert a file, use the
  19. following format:
  20.  
  21. VE_SET Input file Output file
  22.  
  23. Input file is the name of the SET file used and maintained by Vocal-Eyes.
  24. Output file is the text file produced by the VE_SET program.  This file can
  25. be viewed by any standard ASCII type text editor or file viewer such as
  26. WordPerfect or Noteworthy.
  27.  
  28. By default, VE_SET will assume an extension of .SET for the input file and
  29. .TXT for the output file.  For example,
  30.  
  31. VE_SET WP WP
  32.  
  33. This would translate the file WP.SET into the file WP.TXT.  The original .SET
  34. file will not be modified.  Now you can look at the WP.TXT file to discover
  35. all the settings used with WP.SET.
  36.  
  37. If VE_SET could not find the input file, you will get the error message:
  38.  
  39. Error:  Cannot open file x
  40.  
  41. Of course x would be replaced with the actual file name.  If the input and
  42. output file names are the same, you will get the error message:
  43.  
  44. Error:  Output file same as input file - input would be lost!
  45.  
  46. If you issue the command:
  47.  
  48. VE_SET lotus lotus
  49.  
  50. Assuming the conversion was successful, you will get the following message:
  51.  
  52. VE_SET  Version x.x Copyright (c) 1991 Steve Holmes
  53.  
  54. lotus.set decompiled to lotus.txt
  55.  
  56.