Link to home
Start Free TrialLog in
Avatar of Biggles1
Biggles1Flag for United States of America

asked on

Command Line commands from Access VBA

Command Line from VBA

From VBA, I need to run Command Line (Shell) commands.

For Example in Command Line I would type:

 Del C:\......\Folder1\*.txt

How would I do that from VBA?  All the Shell etc... commands I try are not working.

Help.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Biggles1

ASKER

Thanks Bill, your solution worked (with some slight tweaking) on my part, but it worked!!

QUESTION IS CLOSED
Avatar of Bill Prew
Bill Prew

Welcome, glad that helped.


»bp