ghettochild Posted May 10, 2004 Posted May 10, 2004 I cant get this right. BTW the $servershareinstall is in the "[driveletter]:\" format. Quote Runwait(@ComSpec & " /c" & " xcopy " & $servershareinstall & "\NCK Computer Management Server Edition\Virus Software\Stinger.exe c:\NCK Computer Management Client Edition\Virus Software\")
Valik Posted May 10, 2004 Posted May 10, 2004 Try... Runwait(@ComSpec & ' /c xcopy "' & $servershareinstall & '\NCK Computer Management Server Edition\Virus Software\Stinger.exe" "c:\NCK Computer Management Client Edition\Virus Software\"') I changed to ' as the outer quote and added some " around the path's so that they should be processed correctly.
scriptkitty Posted May 10, 2004 Posted May 10, 2004 maybe this would work for ya as well filecopy($servershareinstall & "\NCK Computer Management Server Edition\Virus Software\Stinger.exe", "c:\NCK Computer Management Client Edition\Virus Software\Stinger.exe") AutoIt3, the MACGYVER Pocket Knife for computers.
ghettochild Posted May 10, 2004 Author Posted May 10, 2004 well I am currently at a library computer... note thehttp://www.gcindustries.co.nr/installclient.txtso i will try it when i ghet home. Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now