Question
-
Topic
-
Batch / Scripting Problem
LockedHi I have an issue with a batch file I have created for the purpose of setting the homepage (googlehome.bat) as below:
@echo off
set key=HKCU\Software\Microsoft\Internet Explorer\Main
set value=Start page
set data=%1
reg.exe add “%key%” /v “%value%” /d “%data%” /f
googlehome “http://www.google.com.au”When run the home page sets to google correctly however the batch seems to remain stuck in a loop with “The Operation completed successfully” continuosly repeating on the screen.
Any advice would be appreciated I am not much of script/batch junkie.
All Answers
Viewing 3 reply threads