Forum Moderators: open
objFSO.MoveFile("c:\\HowToDemoFile.txt", "c:\\Temp\\");
objFSO.CopyFile("c:\\Temp\\HowToDemoFile.txt", "c:\\");'
show how to copy the same 'named' text file each time.
I need a system which can handle different text names each time eg 123.txt 532.txt etc , any ideas on how to do this - i suppose they must come from a linked database first where are the named files will be held..
Im guessing i need variable to handle the different text files, but im getting confused.
any advice or samples will help
thanks
I hope thats your question.