Hi,
I've got a line in a login script (.BAT) which reads as follows:
xcopy "i:\program files\microsoft office\office\startup\*.*" "%USERPROFILE%\application data\microsoft\word\startup" /d /e /i /y
What is the equivalent of this in vbscipt please? As there are quite a few switches is it easier to shell out rather than code it up if so how do you do this bearing in mind the " in the line?
Thanks very much
Ed
I've got a line in a login script (.BAT) which reads as follows:
xcopy "i:\program files\microsoft office\office\startup\*.*" "%USERPROFILE%\application data\microsoft\word\startup" /d /e /i /y
What is the equivalent of this in vbscipt please? As there are quite a few switches is it easier to shell out rather than code it up if so how do you do this bearing in mind the " in the line?
Thanks very much
Ed