Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. berbeer

    awk from windows batch

    Success !! Now i got it !! I need to pass my path to awk as command line parameter. During BEGIN section, this parameter can saved to a variable. Until here the parameter is unchanged. After this,clearing this parameter seems necessary to avoids further problems, cause awk interprets it later...
  2. berbeer

    awk from windows batch

    This doesnt help, in my real batch the path is output of some windows tools (echo %1 is just a very simplified version of my whole batch ...) Thanks for this idea. I testet this with my test procedure, seems to work. Soon I implement it to my real batch. Unfortunately I have cant solve this as...
  3. berbeer

    awk from windows batch

    Hello, I'm using gawk in widows batch to automate several processes. Now I have an actual problem with passing batch parameters to gawk. I stripped my problematic batch to a minimum to clarify my problem. My minimalized batch is called "one.bat" with the following code: echo %1 |...

Part and Inventory Search

Back
Top