Just a poor choice of variable name.

> get shell("echo '"&pwd&"' | sudo"&&cmd)

This won't actually put "pwd" in the shell command, it's a variable.

You'll still get something like:

> echo 'MyPassword' | sudo MyCommand

as the final shell command.


'pwd' puts the working directory ie the directory you are currently
working in for operations like file listing. copying etc...






------------------------------
Brian Yennie
Chief Technology Officer
QLD Learning, LLC
www.QLDLearning.com

PH: (904)-997-0212
EMAIL: [EMAIL PROTECTED]
-------------------------------

Reply via email to