Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem This needs to be run as admin
- rem You will need to have batch files with the .exe or .msi pointers in them.
- rem I hope you guys like this
- REG ADD "HKCU\Control Panel\Desktop" /v ScreenSaverIsSecure /t REG_SZ /d 0 /f
- RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters ,1 ,True
- cd %USERPROFILE%\Desktop
- echo. 2>setup.bat
- echo. 2>setup.log
- echo @echo off>>setup.bat
- echo -----------------------------------------------------------------------
- echo Type help to get a list of the software supported by BNR.
- echo Type exit to start installing software.
- echo -----------------------------------------------------------------------
- echo If you have any problems or wish to have software added to the library.
- echo please email me at ********@******.COM
- echo -----------------------------------------------------------------------
- :start
- set /P software=Enter What software do you need?
- echo %software%>>setup.log
- if "%software%" == "exit" (
- echo Thank you for using BNR have and have a nice day.
- echo call "CENTRAL SERVER LOCATION"\BNR_files\shutdown.bat>>setup.bat
- choice /d y /t 1 > nul
- %USERPROFILE%\Desktop\setup.bat
- exit
- )
- if "%software%" == "help" (
- type "CENTRAL SERVER LOCATION"\BNR_files\help.log|more
- goto start
- ) else (
- echo call "CENTRAL SERVER LOCATION"\BNR_files\%software%.bat>>setup.bat
- goto start
- )
Advertisement
Add Comment
Please, Sign In to add comment