home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / scedv10.arj / SCED.HLP < prev   
Text File  |  1992-01-22  |  1KB  |  21 lines

  1. SCEDit V1.0 On-Line Help - Refer to all other options in help system.
  2.  
  3. SCED.EXE, SCED.HLP and SCED.KEY (if registered) must be located in the 
  4. same directory. It is advisable that the SCED files be in your path. SCED
  5. will perform editing functions on any ASCII text file (source code file)
  6. located in any path on a single disk at one time. Backup files are generated
  7. automatically at the start of the edit sequence. File sizes are limited to
  8. 2E16 or 65535 bytes in length. This may seem a little small, but a lot of
  9. programming is done in modules and 64k is a huge module.
  10.  
  11. Command line parameters can be used with SCED.EXE, in the form 
  12.  
  13.               SCED = use internal directory to choose file.
  14.            SCED <filename> = specify filename.
  15.        SCED <filename.ext> = specify filename and extension.
  16.       SCED <path\filename.ext> = specify path, filename and extension.
  17. SCED <disk:\path\filename.ext> = specify disk, path, filename and extension.
  18.  
  19. SCED will create a file automatically in the current directory if the file
  20. called in the command line parameter does not exist.
  21.