[wplug] *.bat files

Vance Kochenderfer vkochend at nyx.net
Tue May 18 13:41:28 EDT 2004


"Embery, Nathan" <Nathan.Embery at crowncastle.com> wrote:
> Subject: RE: [wplug] *.bat files

> If you require that *your* shell be cded, then what you want is a function,
> not a script. I learned this after trying to create a script to set up env
> vars for me. LD_LIBRARY_PATH, CFLAGS, etc...

Also, if what you're doing is as trivial as the example, you can
simply string commands together using a semicolon, like this:

  [user at host user]$ mkdir newfile; cd newfile; clear
  [user at host newfile]$ 

Vance Kochenderfer        |  "Get me out of these ropes and into a
vkochend at nyx.net          |   good belt of Scotch"    -Nick Danger



More information about the wplug mailing list