Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
reg.exe problem
Name: dudecybetron Date: February 21, 2004 at 07:07:58 Pacific OS: win xp CPU/Ram: 128
Comment:
hi,
i use reg.exe to update my registry.but there seems to be some problem with it.
"too many parameters". use the i found out the prob;em for this.in the above command line there is space between control and panel and another space between don't and load.when i remove this space the command gets executede successfully.but u c i want to make change in the key "control panel" and not "controlpanel".is there a way to add a value to this key without getting any error?
Name: drigz Date: February 22, 2004 at 03:55:16 Pacific
Reply:
what's happening is that the space in between control and panel is interpreted as a gap between parameters, and so the hkey_current_user/control is separated from the panel/.... to fix this, just put the hkey.... in "", which will make it be interpreted as one parameter.
0
Response Number 2
Name: dudecybetron Date: February 24, 2004 at 07:39:37 Pacific
Summary: Ohh, forget the old csc.exe problem...I had a double extension and view file extensions turned off...:@ Now I get the same error on both, csc.exe and the VC# ide...: Program '<filename>' does not h...
Summary: hay dude, i know a way that works to accomplish ur job.but the following code i sujjest works only in windows xp and server 2003.u can delete,create,edit,read and modify what ever registry va...
Summary: if anyone can help to solve this script thanks koala75 @echo off ECHO *** start *** echo. rem copy files from share to local drive rem net use x: \\serveur\share01$ rem If not exist c:\maj md c:\maj...