My Mac system runs multiple PC’s for Network Rendering of Videos.
At the moment I use the following to mount the machines:
tell application "Finder"
if not (disk "smb://192.168.0.3/" exists) then
mount volume "smb://192.168.0.3/Desktop/" as user name "MACHINENAME" with password "PASSWORD"
end if
if (disk "smb://192.168.0.3/" exists) then
end if
end tell
Is there a way to run a Powershell script called “Network_Render” located on the PC Desktop for example? and if so, how could I verify it is active?
PLEASE - Dont spend anytime on this, I just need a push in the right direction.
Google-ing the citeria returns a horrible hodge-podge of results…
Thank you so much!