Can Access perform batch files?

  • Thread starter Thread starter Tiffany
  • Start date Start date
T

Tiffany

Can Access perform dos commands like activating a batch
command to copy files from one drive to another? If so
how? I will need an example if possible. Thank you in
advance. Tiffany
 
You can use the VBA Shell command to run external programs or batch files.

On the other hand, VBA also has a built-in FileCopy command.

You can find details for both in the Help file.
 
Thank you for your help.
Tiff
-----Original Message-----
You can use the VBA Shell command to run external programs or batch files.

On the other hand, VBA also has a built-in FileCopy command.

You can find details for both in the Help file.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)





.
 
Back
Top