I'm trying to change directories in a cmd window on MS Windows using Perl. I've tried using chdir("\\newdir") as well as system("cd \\newdir"), but neither leaves me in the new directory after my Perl program ends. These statements change the directory internally for my Perl program but they do NOT externally change the directory in the cmd window. Does anyone know of a way to do this? TIA