how to run ms-dos commands from an access macro

I

ITViper

Is it possible to run ms-dos commands from an access macro? Something like
cmd /c does??
 
S

Steve Schapel

Viper,

Use a RunApp action in your macro, and put cmd in the Command Line argument.
 
Top