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.
completely disable output of reg query
Name: eqagunn Date: May 28, 2009 at 04:24:10 Pacific OS: Windows Vista Ultimate x64 incl. SP1 CPU/Ram: 2 GB Subcategory: Batch
Summary: If you don't want to use delayed expansion this one should work after <tab>'s have been change to tabs and <space>'s have been changed to spaces. That is for default formatting, I don't know if ...
Summary: This may get you some of the way: @ECHO OFF for /f "skip=2 delims=" %%a in (' reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" ') do ( for /f "skip=4 tokens...
Summary: HI, I have a requirement where in i am connecting to sql from unix function and spoolling output of my query into a file. Can somebody pls guide me is there any way i can get the number of records spo...