Replied to [Tracy]s message :
> And how would I go about doing that?
>
> Tracy
I am not good at batch scripting but here is a JS that will copy all files
from current folder to Stationery folder :
ws = new ActiveXObject("WScript.Shell")
val=ws.RegRead("HKLM\\SOFTWARE\\Microsoft\\Shared
Tools\\Stationery\\Stationery Folder")
toFol=ws.ExpandEnvironmentStrings(val)
fs = new ActiveXObject("Scripting.FileSystemObject")
fs.CopyFile("*.*",toFol,)
Good Luck, Ayush.
--
XP-Tips & Tricks [Use keyboard shortcuts] :
http://www.microsoft.com/windowsxp/u...shortcuts.mspx