Microsoft
Software
Hardware
Network
Question : Batch file
I am writing a batch file with reg add. I have numerous lines. Most of the reg adds work properly except those with spaces in them. How do I get around this problem? This is in Windows 2003 I am running into the problem. Here is an example;
rem reg add HKEY_LOCAL_MACHINE\Softwar
e\Policies
\Microsoft
\Windows NT\Terminal Services /v fAllowToGetHelp /t REG_DWORD /d 0
Answer : Batch file
Simply add quotes:
reg add "HKEY_LOCAL_MACHINE\Softwa
re\Policie
s\Microsof
t\Windows NT\Terminal Services" /v fAllowToGetHelp /t REG_DWORD /d 0
Random Solutions
LinqDataSource Benefits
Exchange 2010 Tarpit issue
quick question
Download Manager
How do I fix odbc call failed #1062 under access vba with a mysql backend?
Progress Bar Bound to Timer
Outlook can not verify valid mailbox
How to change Hotsname and ipaddress of Oracle Databse server
The SELECT permission was denied on the object 'sysdtspackages90', database 'msdb', schema 'dbo'.
How to disable form fields in Coldfusion flash form by clicking a checkbox?