‎03-08-2015 11:07 AM
Solved! Go to Solution.
‎03-08-2015 01:27 PM
‎03-18-2015 01:30 PM
‎03-09-2015 07:57 AM
Dim objShell
Set WshShell = CreateObject("WScript.Shell")
strHomeFolder = WshShell.ExpandEnvironmentStrings("%USERPROFILE%")
Set objShell = WScript.CreateObject( "WScript.Shell" )
Set fso = CreateObject("Scripting.FileSystemObject")
If fso.FileExists(strHomeFolder & "\lspush.exe") Then
objShell.Run(strHomeFolder & "\lspush.exe 192.168.0.1")
Else
fso.CopyFile "\\192.168.0.1\Client\lspush.exe", strHomeFolder & "\"
objShell.Run(strHomeFolder & "\lspush.exe 192.168.0.1")
End If
Set fso = Nothing
‎03-08-2015 01:27 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now