home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SDE_300.ZIP / README.SDE < prev    next >
Text File  |  1993-02-11  |  3KB  |  66 lines

  1.  
  2. ********************
  3. * SDE Installation *
  4. ********************
  5.  
  6. Pick or create a directory on your hard drive for SDE, and copy the SDE zip
  7. file to that directory. Unzip the file to create the SDE system files.
  8.  
  9. Edit your CONFIG.SYS file, and add the statement 'SET SDE=D:\PATH', where
  10. 'D:' represents the drive and '\PATH' the directory to which you copied the
  11. SDE system.  Add this drive and directory to your PATH statement as well.
  12.  
  13. If you will be starting SDE from the Workplace Shell, you may specify that
  14. SDE be started in either a full-screen session or Presentation Manager text
  15. window when you add the SDE option.
  16.  
  17. You will need to reboot to make your new CONFIG.SYS take effect.
  18.  
  19. ****************
  20. * Packing list *
  21. ****************
  22.  
  23. README.SDE   - This file
  24. SDE.EXE      - The SDE executable program
  25. SDE.CFG      - Initial SDE configuration file
  26. SAMPLE.DOC   - Descriptions of sample macros contained in SAMPLE.MAC
  27. SAMPLE.MAC   - Sample macros. In SDE, type F7 then SAMPLE to import
  28. SDE.HLP      - The SDE help file
  29. SDE.ICO      - The SDE icon
  30. ASSIGN.XM!   - External macro for assigning directory hot-keys
  31. AUTOEXEC.XM! - External macro loaded on SDE start-up
  32. DIRSTACK.XM! - External macro for directory stack
  33. MASK.XM!     - External macro for file mask menu
  34. SESSIONS.XM! - External macro to start OS/2 sessions
  35. ZIP.XM!      - External macro for PKZIP/PKUNZIP
  36.  
  37. HEXEDIT.EXE  - An excellent hexidecimal file editor; can set record length
  38.                to view record-oriented binary files
  39. HEXEDIT.CFG  - Initial HEXEDIT configuration file (must be in SDE= directory)
  40. GREP2.EXE    - A simple regular-expression file search utility
  41.  
  42. *************
  43. * Using SDE *
  44. *************
  45.  
  46. The SDE.HLP file has thorough instructions on configuring and using SDE. It
  47. is an ASCII text file which is also completely available on-line.
  48.  
  49. *******************************
  50. * Sample external macro files *
  51. *******************************
  52.  
  53. This release of SDE is shipped with sample external macro files. These files
  54. have been given an extension of '.XM!' so that any customized external macro
  55. files you may have on your system with the normal macro file extension of
  56. '.XM' are not accidentally overlayed during the unpacking process.
  57.  
  58. In order for the sample macro set, SAMPLE.MAC, to work correctly, you must
  59. rename the '.XM!' files that will not cause your customized external macro
  60. files to be overwritten (this is not a problem if you are a new SDE user).
  61. The '.XM!' files should be given an extension of '.XM'. This can be done with
  62. the following OS/2 command line:
  63.  
  64. RENAME *.XM! *.XM [ENTER]
  65.  
  66.