michellecole
Programmer
Is there a way to programatically call a command prompt and execute commands from an on_Click event from an MS Access Form?
What I am wanting to do, (unless there is another way to do it), is allow the user to click a button which will concantenate several "*.file" files into a single ".file" before the form imports it. I can concantenate by manually opening a command prompt, then changing the root directory, then typing copy RF*.file SingleFile.file. I'm wondering if I can automate somehow?
Thank you,
Michelle
What I am wanting to do, (unless there is another way to do it), is allow the user to click a button which will concantenate several "*.file" files into a single ".file" before the form imports it. I can concantenate by manually opening a command prompt, then changing the root directory, then typing copy RF*.file SingleFile.file. I'm wondering if I can automate somehow?
Thank you,
Michelle