I have a set of Command line commands I would like to run from vba in MS Access.
-------------------------------------
echo off
cd "c:\ARMS"
dir/b>tempfile.txt
exit
------------------------------------
I have a batch file that runs these now but I would like to cut out the middle man and run it directly from my Access DB.
How can I code this please.
Thanks,
-------------------------------------
echo off
cd "c:\ARMS"
dir/b>tempfile.txt
exit
------------------------------------
I have a batch file that runs these now but I would like to cut out the middle man and run it directly from my Access DB.
How can I code this please.
Thanks,