|
Answer» I do a LOT of spyware cleaning on the net in a forum and tend to use bat files to find things that need cleaning in the registery. What I am trying to do is get a reg key copied and exported to notepad then placed on the desktop for them to find and POST to me. A lot of people seem to have troble finding it after it has run and placed it here C:\files.txt This program has to be ABLE to run in any operating SYSTEM. Here is what I normally use, the HKEY will differ from time to time.
@echo off echo Hello echo This batch file will export a copy of the registery key we need to see echo when it is done go Start Find Files and Folders and enter files txt echo copy that fileand past it back here for me to see. echo on pause regedit /e C:\files.txt "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run-" copy C:\files.txt @echo off echo Finished echo onWhat does the /E switch do?Please do not DOUBLE post. There is a response to the same question in the DOS forum.
the /e is for exportWhat is your exact problem now None thank you, the problem was solved by Sidewinder.
|