home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / EDITORES / CEPE.ZIP / README < prev   
Encoding:
Text File  |  1988-08-16  |  2.6 KB  |  78 lines

  1.  
  2. CεPε - Code εditor & Programming εnvironment, Version 2.0
  3. (C) José Rodríguez Alvira, 1988
  4.  
  5. <<<<<<<<<<<<<<FILES DESCRIPTION
  6.  
  7.     CEPE.EXE - Program file.
  8.     CEPE.DOC - Program's documentation.
  9.     DEMO.BAT - Batch file for running a Demo.
  10.     DEMO.DOC - File used by the Demo.
  11.     DEMO.GRA - File used for the GRAF EDITOR Demo.
  12.     CEPE.MCR - Demo Macro file.
  13.    MACRO.HLP - Demo Macro description.
  14.      CUT.EXE - Utility, makes several small files out of a text file
  15.                bigger than 32k.
  16. GRAF2BAS.EXE - Converts files saved by the GRAF EDITOR to BASIC's
  17.                Bload/Bsave format.
  18. BAS2GRAF.EXE - Converts files created by BASIC (using BSAVE) to the
  19.                GRAF EDITOR format.
  20.    -CRLF.EXE - Filters carriage returns and linefeeds from a text file.
  21.    PASTE.BAT - Joins several texts files.
  22.  
  23. <<<<<<<<<<<<<<DEMO
  24.  
  25. To run a DEMO insert the program disk in the default drive and type DEMO.
  26.  
  27. The following files must be present at the Default Drive:
  28.  
  29.     CEPE.EXE
  30.     CEPE.DOC
  31.     DEMO.DOC
  32.     DEMO.BAT
  33.  
  34. When you run the DEMO, CEPE.DOC will be loaded as secondary file. Since
  35. you're inside the editor you can try everything you read about.
  36.  
  37. <<<<<<<<<<<<<<GRAF EDITOR DEMO
  38.  
  39.  Too see the GRAF EDITOR DEMO, select "GRAF" from the editor's Main Menu
  40.  (F2). Once inside the GRAF EDITOR. Press F2 and select "LOAD" form the
  41.  GRAF Menu. Type "DEMO.GRA" to load the Demo File. Be sure to specify
  42.  drive and path if necessary.
  43.  
  44. <<<<<<<<<<<<<<RUNNING CEPE
  45.  
  46. To run the program type CEPE.
  47.  
  48. The only file needed to run CEPE is CEPE.EXE
  49.  
  50. <<<<<<<<<<<<<<MACROS
  51.  
  52. The following Macros have been defined in the CEPE.MCR file:
  53.  
  54.     KEY             DESCRIPTION
  55.  
  56.     SHIFT+F1        Help Macro. Loads MACRO.HLP, a text file with a
  57.                     brief description of defined macros.
  58.     SHIFT+F2        Looks for all files in the default drive and path.
  59.     SHIFT+F3        Looks for all files in the default drive with
  60.                     the extension ".ASM".
  61.     SHIFT+F4        Looks for all files in the default drive with
  62.                     the extension ".C".
  63.     SHIFT+F5        Saves MAIN FILE.
  64.     SHIFT+F6        Saves/closes edited secondary file.
  65.     SHIFT+F7        Saves and compiles edited MAIN FILE.
  66.     SHIFT+F8        Runs Debug program
  67.     SHIFT+F9        Dos Shell.
  68.     SHIFT+F10       Returns you from the DOS Shell to CEPE.
  69.  
  70. Two files are needed in the default drive in order for this macros
  71. to work:
  72.  
  73.     CEPE.MCR
  74.    MACRO.HLP
  75.  
  76. NOTE: Macros assigned to SHIFT+F7 and SHIFT+F8 will not work unless 
  77. you specify your compiler and debugger in the Run Menu Options.
  78.