PDA

Click to See Complete Forum and Search --> : API - Help Needed


CindyJaroh
Feb 1st, 2001, 05:47 PM
I have a need to execute a cmd line (*.exe) on a NT 4.0 server from a remote workstation on the same LAN.

Currently, I have to logon each server and run the executable with the parameter.

example: Dmp_hist.exe (date)

The command would look like on the server : Dmp_hist 01312001

Can I do this with a API Function like ShellExecute?

If so how..? Do I need to map a drive to the server or remote connect and shell some how? Help!

Thanks for any help at all...