<![CDATA[Article Comments for Charles Kerekes]]>http://www.windowsitpro.com/authors/author/author/5777411/rsscomment/5777411en-USSun, 27 May 2012 07:24:26 GMTSun, 27 May 2012 07:24:26 GMTUndocumented Command Prompt Tipshttp://www.windowsitpro.com/article/systems-administrator/undocumented-command-prompt-tips#commentsAnchorMon, 20 Jun 2005 12:53:13 GMT
the best ever]]>
Anonymous User Mon, 20 Jun 2005 12:53:13 GMThttp://www.windowsitpro.com/article/systems-administrator/undocumented-command-prompt-tips#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorMon, 31 Jan 2005 13:02:36 GMT
What are the effects of setting a UNC path in the PATH variable name? Does W2k attempt to verify the each value in the PATH on start up? If it does what are the performance implications of having 5-10 different servers in the PATH? Thanks J]]>
Anonymous User Mon, 31 Jan 2005 13:02:36 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorSun, 30 Jan 2005 19:55:42 GMT
I deleted the value of the path environment variable.how can i restore it ]]>
Anonymous User Sun, 30 Jan 2005 19:55:42 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 30 Nov 2004 12:30:48 GMT
How do I insert a new line in a search and replace statement?]]>
Anonymous User Tue, 30 Nov 2004 12:30:48 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorFri, 05 Nov 2004 09:07:02 GMT
To the point and relevant!]]>
Anonymous User Fri, 05 Nov 2004 09:07:02 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorThu, 04 Nov 2004 13:14:07 GMT
* Gerry - set the variable(s) in a login script that all members of that domain will run. * Leslie - As Maor suggested, use the SET command to get a list of environment variables. You can SET > ENV.TXT to save them to a file called ENV.TXT. * wzvh3c - to set a variable equal to the first line in a file, do SET /P VAR_NAME=
Anonymous User Thu, 04 Nov 2004 13:14:07 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorWed, 22 Sep 2004 08:58:14 GMT
Is there a way to set an environment variable by reading an input file? Example: rem Save path to temporary file echo %PATH% > tempdata rem Perform some commands that change PATH . . . rem Now I would like to restore the environment variable PATH from tempdata. rem How do I do it? ]]>
wzvh3cWed, 22 Sep 2004 08:58:14 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 15 Jun 2004 22:43:39 GMT
Better get the version from http://unxutils.sourceforge.net. The ones here do not substitute \1, \2, \n, \t, etc properly. like so: s/example/for example:\n\t/ s/^default=.*partition(\([0-9]*\)).*$/SET PARTNUM=\1/ Then you can reduce a lot of code.]]>
LH Tue, 15 Jun 2004 22:43:39 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorWed, 21 Apr 2004 07:10:59 GMT
the article is interesting but i was wondering if you could put the actual script on how to extract the system environment,]]>
leslie Wed, 21 Apr 2004 07:10:59 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorThu, 18 Mar 2004 10:05:21 GMT
how would i set a variable domain wide. Meanning can I set it on the server ?]]>
LarryThu, 18 Mar 2004 10:05:21 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 16 Sep 2003 08:16:15 GMT
i am a little new to some of this but exactly what is meant by "machine path directory".also can this be used with a WIN98 system?any particulars would be appreciated.thanx]]>
james santinello Tue, 16 Sep 2003 08:16:15 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorThu, 05 Jun 2003 14:02:24 GMT
SED is an ancient *nix utility. Open source. Maybe ya should do some of your own research before posting? what I WOULD like to know is where the binary is. While I’m sure I can find it myself, a linke to where you got the binary from would be very helpfull.]]>
simonThu, 05 Jun 2003 14:02:24 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorThu, 15 May 2003 05:45:49 GMT
Please don’t beat me up for asking but my boss would like us to research and recommend a testing approach on any impact of setting the user and system environment variables TEMP and TMP to the same location on NT4, W2K, and WXP workstations. I understand that you can change the structure of The NT environmental variables through an applet and everything is supposed to work fine. Why would someone go through all this trouble? Is there a way to trick Active Directory by doing this so that it runs in both modes? Any feedback would be appreciated.]]>
Paul Fitzmaurice Thu, 15 May 2003 05:45:49 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorFri, 11 Apr 2003 08:57:21 GMT
Need to know the source of the code (who wrote it) and redistributions rights before this utility is useful ...]]>
Jeffrey Cooke Fri, 11 Apr 2003 08:57:21 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorFri, 14 Feb 2003 17:05:33 GMT
what are the licensing terms of the sed software in the article?]]>
william milbratz Fri, 14 Feb 2003 17:05:33 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorWed, 26 Jun 2002 11:57:09 GMT
Michael, You can use the command SET without parameters to see all the environment variables.]]>
MiguelWed, 26 Jun 2002 11:57:09 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorWed, 27 Mar 2002 16:25:12 GMT
How can I set an environment variable within a VB application that will persist while it is running?]]>
Denis Marsh Wed, 27 Mar 2002 16:25:12 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
Managing NT Environment Variableshttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchorWed, 27 Mar 2002 10:18:27 GMT
This is a useful article. However, it doesn’t mention whether or not there is a command similar to "env" in the unix world so that one can view all the current env var settings from the command line. Is there such a command in nt?]]>
michael schwartz Wed, 27 Mar 2002 10:18:27 GMThttp://www.windowsitpro.com/article/configuration/managing-nt-environment-variables#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorFri, 18 Jan 2002 16:44:29 GMT
A convoluted half fix to another convoluted and hobbled brain dead windows function. Why isn’t there a simple "read" command as in unix. Does everything under the gui have to be half-a****?]]>
DANIELFri, 18 Jan 2002 16:44:29 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorThu, 03 Jan 2002 00:48:29 GMT
I am trying to write a Bacth file that delete old user profile directories from c:\winnt\profiles except for the system ones ie Default etc. How do i do this Can anyone help..]]>
Indika Ratnayake Thu, 03 Jan 2002 00:48:29 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorSun, 25 Jun 2000 21:59:24 GMT
I use an *extremely* handy utility called TextPipe that does far more than just sed style search/replace, and from the command line. You can grab it at www.crystalsoftware.com.au I have found the author to be very responsive to support calls as well.]]>
Simon Carter Sun, 25 Jun 2000 21:59:24 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorSun, 16 Jan 2000 18:06:03 GMT
I believe SED to be an absolutely critical tool in any network admin environment. We just would not be able to give users the service we do without SED running along inside all our bat files setting things up. Anyway the article sure demystifies a lot of the syntax, but also adds to it. For eg we only have ever used the s function (substitute) and i was surprised to see all the others like c (change. The article would have been complete with examples of all the other functions. Anyway good stuff.]]>
Mark De Bortoli Sun, 16 Jan 2000 18:06:03 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorMon, 13 Sep 1999 16:37:09 GMT
Although I read this article with interest I have a few comments. The author doesn’t say who wrote SED and where the different versions can be downloaded. Also I was suprised to read that "some versions" of win32 SED didn’t work well. Which versions are those? It is interesting to know if you need to use a 32-bit version. I was disappointed te discover that the article was too basic. For example, several times it was mentioned that "addresses" can be used, but not one example described its use.]]>
Han Felkers Mon, 13 Sep 1999 16:37:09 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 07 Sep 1999 08:02:39 GMT
GREAT ARTICLE!!! I’ve been messing around with SED recently and this article was VERY timely. Well written and extremely useful. Also appreciated the download file, as my copies were inconsistent. Thanks! Bk]]>
BruceTue, 07 Sep 1999 08:02:39 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 17 Aug 1999 16:48:47 GMT
Great article! Straight to the point with very useful examples... Keep up the good work! Thanks]]>
Gregory Trinh Tue, 17 Aug 1999 16:48:47 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorSun, 15 Aug 1999 10:20:50 GMT
I know of the SED command already from my experience with UNIX. Another good utilitiy is AWK. Is that available for the DOS platform as well?]]>
Joshua Atkin Sun, 15 Aug 1999 10:20:50 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorThu, 05 Aug 1999 00:42:12 GMT
This is a tool I have for long looked for. I can now create more powerful scripts using less utilities. fine article! Paddy]]>
Paddy Khaukha-Mabinda Thu, 05 Aug 1999 00:42:12 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorWed, 04 Aug 1999 13:25:22 GMT
I am going to try to use the SED utility to edit the computername and the netaddress lines in the system.ini and protocol.ini respectively. Is there another resource that I can look at examples and instructions using the SED utility. I am looking forward to using the utility.]]>
Buck L. Wheaton Wed, 04 Aug 1999 13:25:22 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorTue, 03 Aug 1999 10:32:18 GMT
The SED executable files are now included in the 5697.zip file.]]>
Warren Pickett Tue, 03 Aug 1999 10:32:18 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor
SEDhttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchorMon, 02 Aug 1999 09:36:15 GMT
I like the many examples used in the article. I downloaded the 5697.zip file, but it did not include the DOS sed.exe. How can I get the sed executable?]]>
Jim Fortier Mon, 02 Aug 1999 09:36:15 GMThttp://www.windowsitpro.com/article/task-scheduling/sed#commentsAnchor