ContributionsMost RecentMost LikesSolutionsRe: Rescue Script Repository Thread- Share your scripts Pretty basic Scripts question: I am scripting to copy a file (.exe) from my C:\update.exe (locally, listed as such on the Resources in the Script manager), but in the BATCH file, I do not know how to reference the file. Tried using @ECHO OFF ECHO Running LinkUp v2.02 Update update.exe /RUN Where is the resource file copied on the remotely controlled PC? Anyone's help is appreciated !! :) Re: Rescue Script Repository Thread- Share your scripts Hey everyone, I am trying to see how I can use the Rescue's Script feature for a software upgrade my company will be running in a couple of months. The upgrade would include tasks such as: - Downloading an .exe file to the PC and installing it. - Copying an .xml file into a specific directory in the Remote C Drive. - Removing a couple of older files (Clean up) from the Remote PC. Some trivia, I am working 100% with Win machines, mostly XP. And my target, is over 1500 Client Computers. In short, if I were able to implement a Script, then all I would have to do is deploy a Calling Card, and as my customers connect, the activation of the script would take care of the software upgrade. Any suggestions as to which language to use to make the best of LMI Rescue's script? XML? VB? Thanks for your help and comments. :)