Hi
I have come across a bit of a problem as I need to copy a workbook into this folder, but each time I create a new folder it will have a unique name, therefore I thought it would be easier to open the folder with a standard name, copy the workbook into it and then re-name it
mkdir"P:\Spreadsheet\New Folder"
filecopy "P:\Spreadsheet\Time.xls","P:\Project\NewFolder\Time.xls"
Then do the re-naming?
Otherwise How do I direct the copied workbook to the right folder when I have just given it a unique name?
Thanks
Joanne