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!)





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top