G Guest Sep 9, 2005 #1 Is there some way to copy and paste files on the harddrive from within Access Basic?
G Guest Sep 9, 2005 #2 One option x=shell("xcopy c:\FileName.xls c:\backup\") Second option Use the fileCopy Command FileCopy "Source + Name" , "Location + name" FileCopy "c:\FileName.xml","c:\FileName.txt"
One option x=shell("xcopy c:\FileName.xls c:\backup\") Second option Use the fileCopy Command FileCopy "Source + Name" , "Location + name" FileCopy "c:\FileName.xml","c:\FileName.txt"