Help says:
For *Dos commands, if you use CurrenntDirectory = "drive:/folder" to pre-set 
the special variable CurrentDirectory to a drive:\folder, PowerPro will do a  
cd /d  to the directory stored in that variable before running the command.

my commands in the run box were
currentdirectory = "c:/buf"
*dos dir>dir.txt

I expected to see C:\buf\dir.txt
in the buf folder.
What I got was 
C:\Documents and Settings\Owner\dir.txt 
with a list of files from the owner folder.

win.debug shows currentdirectory as "c:/buf"

Where did I go wrong?

TIA.
-Rick

Reply via email to