Does anyone know how to use C++ to run an Access 2000 executable across the network.
This is a discussion on Runing Executables across the Network within the A Brief History of Cprogramming.com forums, part of the Community Boards category; Does anyone know how to use C++ to run an Access 2000 executable across the network....
Does anyone know how to use C++ to run an Access 2000 executable across the network.
system("<DRIVE>:");
system("cd\directory");
system("msaccess.exe");
![]()
Yoshi
If you are trying to execute something on a remote computer across a network......then it depends on your OS and permissions