Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. SET SCRIPT_LOCATION=%~dp0
  2. SET INSTALLATION_PATH=%PROGRAMFILES%example program
  3.  
  4. "%SCRIPT_LOCATION%example programsetup.exe"
  5.  
  6. xcopy "%SCRIPT_LOCATION%additional_files" "%INSTALLATION_PATH%example programadditional_files" /E
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement