hi
i m using scripting.filesystemobject to copy a file from server
directory with another name, but i m not able to do it
whenever i call that script it's get in waiting and at last i have to
stop that scirpt

file which i m copying is of nearly 200kb

my code is as follows

Set fs = server.CreateObject("Scripting.FileSystemObject")
fs.CopyFile server.MapPath ("blank.mdb"), server.MapPath(dbname)

vishal...