Modano Posted August 16, 2004 Posted August 16, 2004 Hello guys,i´m new here, and I want to know, if someone can tell me, if my runcmdex that i have created, will work. I´m sorry for my bad English.Hope, someone can help me...RunOneEx.cmd
mazin Posted August 16, 2004 Posted August 16, 2004 Are these supposed to work? I don't think so!REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /fREG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /fREG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /fREG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /f
Bâshrat the Sneaky Posted August 16, 2004 Posted August 16, 2004 Are these supposed to work? I don't think so!REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /fREG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /fREG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /fREG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /f These WILL work if he has set the %CDROM% variable. (there are several methods)
mazin Posted August 16, 2004 Posted August 16, 2004 These WILL work if he has set the %CDROM% variable.He has set it. I'm talking about the structure of strings. Do you think it's ok?
jrzycrim Posted August 16, 2004 Posted August 16, 2004 REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ regedit /S C:\install\applications\xpantispy\xpantispy.reg" /fREG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\ regsvr32.exe /u /s regwizc.dll" /fREG ADD %KEY%\003/V 3 /D "%CDROM%\Software\ regsvr32.exe /u /s licdll.dll" /fREG ADD %KEY%\003 /V 4 /D "%CDROM%\Software\ regsvr32.exe /u /s zipfldr.dll" /fNope, these are not okay. In each of these entries, "%CDROM%\Software\" should be removed. It's serving no purpose for these particular entries. REG ADD %KEY%\003 /VE /D "Einstellungen für XP Antispy vornehmen" /fREG ADD %KEY%\003 /V 1 /D "regedit /S C:\install\applications\xpantispy\xpantispy.reg" /fREG ADD %KEY%\003 /V 2 /D "regsvr32.exe /u /s regwizc.dll" /fREG ADD %KEY%\003 /V 3 /D "regsvr32.exe /u /s licdll.dll" /fREG ADD %KEY%\003 /V 4 /D "regsvr32.exe /u /s zipfldr.dll" /f
mazin Posted August 16, 2004 Posted August 16, 2004 This needs a fix, too:REG ADD %KEY%\067 /V 2 /D "taskkill spywareblaster.exe" /fI'm not sure, here, if explorer should ask for confirmation; as I always use /F /IM.
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