<BLOCKQUOTE><font size="-1">code:</font><HR><pre><BR>ChDir "\\Server\Path\Dir\"<BR>Debug.Print CurDir<BR></pre><HR></BLOCKQUOTE><P>This code prints the equivalent of ...
I want to run a script that makes a directory and copies some files there, change to that directory, and then run some other scripts. I'm trying to do chdir followed by system, but system seems to ...