Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Copies the contents of the folder "SOURCE" to C:\windows\temp\fonts folder
- xcopy "SOURCE" "%windir%\Temp\fonts" /q /y /i
- ;Copies the script from the ldcore server to the same \temp\fonts\ folder as above
- xcopy "\\ldcore\conf\InstallFonts.vbs" "%windir%\Temp\fonts" /q /y /i
- ;Runs the copied script sliently on the local machine
- cscript //B "%windir%\Temp\fonts\InstallFonts.vbs"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement