in reply to (shockme) Re: More on Processing Command Line Arguments
in thread More on Processing Command Line Arguments

What the script does is:

  1. Add a record to a database
  2. Edit a record from a database
  3. List the records in the database
  4. View a record from a database

But you should only be able to do one option at a time. I would like to call that in the command line instead of having a menu system in the script itself.

  • Comment on Re: Re: More on Processing Command Line Arguments