Jump to content

freedavis

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About freedavis

Profile Information

  • OS
    none specified

freedavis's Achievements

0

Reputation

  1. I have the below vbscript and need to add a line to be able to move this to three servers. Any help appreciated on this questions. Set FSO =CreateObject("scripting.FileSystemObject") FSO.CopyFolder "C:\inetpub\wwwroot\Pre-Release\*", "C:\inetpub\wwwroot\ErOne" ,True FSO.CopyFile "C:\inetpub\wwwroot\Pre-Release\*", "C:\inetpub\wwwroot\ErOne", True MsgBox"Deployment completed, Goodbye", vbInformation, "Script Informer" This vbscript when executed, copied entire folder content from pre-release folder to the ErOne folder. Is there a way edit this script to do this on two others servers from one server? Would like to be able to execute this on one server and it pushes to two other servers also.
×
×
  • Create New...