Anyone know how to execute a .bat file action on a windows 2003 server when running the script from a windows XP domain PC?
The batch file in question is located in a mapped network drive directory of the server. The sole line of the script is net start “alerter”. It runs but it excutes the action on the user PC, from where it is executed instead of the server…
Much obliged,