Run a remote executable

Run a remote executable

Hi there,
 
  I'm trying to run a executable using a vbscrit. I'm using this :
 
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("c:\executable.exe")
Set objShell = Nothing


 
and I'm always receiving this message :
 
Script output:
C:\OpManager_303_1380641980425.vbs(3, 1) (null): The system cannot find the file specified.
 
Can someone help me? I really need to use this executable because it verifies if the user profile is being used or not.
 
Thanks in advance,

                  New to ADSelfService Plus?