home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / nShell Prog / Programmer's Guide / 01 Introduction < prev    next >
Encoding:
Text File  |  1994-09-04  |  1.9 KB  |  45 lines  |  [TEXT/ttxt]

  1. 01 Introduction
  2. ===============
  3.  
  4. The nShell(tm) Programmer's Guide
  5. v1.0.2
  6.  
  7. Copyright (C) 1994 Newport Software Development
  8. P.O. Box 1485
  9. Newport Beach, CA 92659
  10.  
  11. Technical Support
  12. -----------------
  13.  
  14. Technical support is available by electronic mail.  You may contact John Jensen at any of the following addresses:
  15.  
  16. EMail:   jjensen@kaiwan.com
  17.          jjensen@aol.com
  18.          jjens@eworld.com
  19.  
  20. Introduction
  21. ------------
  22.  
  23. The nShell(tm) brings the power and flexibility of a shell programming environment to your Macintosh.  Working to complement the Macintosh user interface, the nShell allows you to deal directly with your system.  You can work interactively with the shell to develop and script operations which previously required custom applications.  All of this is possible in parallel with your current Mac programs.
  24.  
  25. This shell has been released in two forms. A light version, called nShell(tm), is freely distributable for non-commercial purposes.  A second version, called nShell-Pro(tm), is available as a commercial product.  Our goal is to make the shell environment available to as many users as possible, while providing serious users with the support and reliability of a full commercial product.
  26.  
  27. Features
  28. --------
  29. Up to twenty shells may be open at one time.
  30.  
  31. Full multitasking and background operation allow shells to run in parallel.
  32.  
  33. Shell variables and wildcards are fully supported.
  34.  
  35. The shell transcript is recorded and may be reviewed at any time.
  36.  
  37. The entire shell context, variables and transcript, is persistent and may be saved and continued at a later date.
  38.  
  39. Standard commands are provided for file and network maintenance.
  40.  
  41. Shell commands load as separate resources, minimizing memory requirements.
  42.  
  43. Flow of control statements, available in nShell-Pro(tm), allow robust scripts to be developed.
  44.  
  45. Example source code is available to allow programmers to integrate custom commands with the nShell.