darksimoon Posted July 31, 2005 Posted July 31, 2005 hello friens i have collected all my reg tweaks in a folder called "reg tweaks" one by one in order to see each one seperetaly. and i wanted to apply them by means of a cmd file called regtweaks.cmd which resides with reg tweaks in the same folder.when executing i see that cmdlines.txt starts the regtweaks.cmd but it doesnt apply the reg tweaks. i have tried different syntax in regtweaks.cmd but they didnt work. here are my relevant files:========cmdlines.txt==================[COMMANDS] "useraccounts.cmd"".\reg tweaks\regtweaks.cmd"".\cmds\RunOnceEx.cmd"".\cmds\winamp.cmd"===========================================regtweaks.cmd==================echo ontitle regtweakscolor 0bREGEDIT ".\*.reg"==> it doesnt work (i just wanna apply *.reg files with different names.)====================================pls help about how i can apply registry tweaks with different names by means of *.cmd file ???thanks in advance
Yzöwl Posted July 31, 2005 Posted July 31, 2005 (edited) regtweaks.cmd@echo offfor %%a in (*.reg) do call :addreg "%%~a"goto :eof:addregecho/regedit /s %1goto :eofremove the echo/ when you have confirmed it works! Edited July 31, 2005 by Yzöwl
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now