Recent content by Quizer

  1. Q

    How do I execute several CLI commands as a single command / script?

    Thanks, the .txt file solution is just the ticket! I also figured out how to set up an alias that calls that .txt file (with the 'call' command), so I can have it all nicely formatted in there for my viewing pleasure (since it'll ignore spaces and such) and I can just use the keyword to run it...
  2. Q

    How do I execute several CLI commands as a single command / script?

    I am trying to put a series of commands together which I want to call by using an .ash script or, ideally, a command word in CLI. Entered individually into the CLI interface, these commands work. I expected it would be a simple matter to write a bunch of CLI commands into an .ash file and run...
Top