Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4549696
By: raysatiro

You could call the program directly, for example if you have sed.exe in 
"C:\Program
Files\gnustuff\bin"

"C:\Program Files\gnustuff\bin\sed.exe" "s/whitesox/White Sox/g" < in.txt >
out.txt

You could instead add the directory where sed and its dependencies (.dll files)
are located to your system PATH. Your system PATH is a semicolon separated list
of directories that are searched by the system for programs and their 
dependencies.
To see your PATH at the command prompt type
echo %PATH%

If sed.exe is "C:\Program Files\gnustuff\bin\sed.exe" for example, you could
append C:\Program Files\gnustuff\bin to your system path. However by doing that
anything else in that directory can also be searched by the system. This is
not always desirable and can lead to compatibility conflicts depending on what
else is there. I've uploaded a screenshot for GetGnuWin32 users that shows how
to add to the path.
You can find it here:
[code]http://iweb.dl.sourceforge.net/project/getgnuwin32/getgnuwin32/0.6.30/HOWT
O_Add_GnuWin32_To_System_Path.png[/code]

_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4549696/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to