> Hello,
>
>   When a .bat file with just the line:
>       cd c:\some\where
>   is executed from the Windows cmd shell, then
>   when the .bat file terminates, the directory
>   of the shell would have changed to c:\some\where.
>
>   How do I get the same effect after running a perl script?
>
May seem just too simple - but how about the next line in your .bat file do:
cd\c:\some\where

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to