Glenn writes..

>Question - Is there a way to have the script figure out where it is and
>then chdir to that directory?

  use FindBin;
  chdir $FindBin::Bin;

-- 
  Jason King
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to