hello
i have a VB6 / gawk interface question.
running gawk in a DOS window allows you to redirect output to a file using the " > " symbol. my gawk script works fine when run in a command line window, using > to redirect output to a file.
i wrote a VB6 code to run the gawk script and it does run okay but will not redirect the output (it opens a command line window and writes to that) ..... gawk is interpreting the > symbol itself to be the name of a file rather than the redirect symbol (and of course the file doesnt exist)
since the command line execution works fine, this problem is some misunderstanding of the > symbol as generated by VB6 and interpreted by gawk. i am running MS-XP on a PC.
is there some other method to write " > " from VB6.
the folks over at the awk forum have helped up to this point, but i think this is now a VB6 issue (?)
i am in waters well over my head, so any advice is appreciated.
regards.
daveleo
i have a VB6 / gawk interface question.
running gawk in a DOS window allows you to redirect output to a file using the " > " symbol. my gawk script works fine when run in a command line window, using > to redirect output to a file.
i wrote a VB6 code to run the gawk script and it does run okay but will not redirect the output (it opens a command line window and writes to that) ..... gawk is interpreting the > symbol itself to be the name of a file rather than the redirect symbol (and of course the file doesnt exist)
since the command line execution works fine, this problem is some misunderstanding of the > symbol as generated by VB6 and interpreted by gawk. i am running MS-XP on a PC.
is there some other method to write " > " from VB6.
the folks over at the awk forum have helped up to this point, but i think this is now a VB6 issue (?)
i am in waters well over my head, so any advice is appreciated.
regards.
daveleo