Summary: should not be hard, but you forgot to explicate the problem more specifically. <researchID="KR-AAPL-2007-01-10" language="eng"> does this string oc...
Summary: I see that you are trying to do this with a batch file which is cool, you could use a for loop and modify what is above so that it runs through and do...
Summary: Hi all, I have a HTML file, i want to find the string count "Failed" and "Success" and write the output in the csv file with the column1 as current da...
Summary: Correct, becuase you are only asking it once each time you run the script. Is this part of a bigger script and you want to call the question as a fun...
Summary: Thanks for the replies guys I have fixed up the code with the ideas and cleaned it up, but have an issue with the errorlevel now not sure if I am get...
Summary: prob'ly need to do setlocal and go ahead and do the enable while you're at it: setlocal enabledelayedexpansion as first line of code. Otherwise, varia...
Summary: If it is Utext that you trying to return then it is the ByVal directive that is causing the problem. Replace it with ByRef and it should work. Or alte...
Summary: Run this and post a few lines of the output. ========================= @echo off & setLocal EnableDELAYedExpansion for /f "tokens=* delims= " %%a in (...
Summary: hi all, how many string characters will fit into a column in an oracle 9 database which has its size 4000bytes ?? i.e do i check the string.lengt...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: Hello again, I have another misery here how to solve via batch file command. I have this text file that contains with space tab delimiters i.e. Apple&...
Summary: Razor, yeh you're right, i forget about the return-value version of api's is inside (). my bad and apologies for my dumbhead. Ooooh, i see, i think, "...
Summary: I want to translate a variable and read the output to another variable echo $my_var | tr '0123456789' 'ZZZZZZZZZZ' works as I'd expect, printing the c...
Summary: One other thing. If you do this: echo One more line>>file.txt Then that opens the file, appends a line to it, and closes it. All in one command. Even...
Summary: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
Summary: I have been stuck on this problem in my software design class and I hate going in these places and looking stupid but my professor had a family emerge...
Summary: nbrane, never write 'don't be offended', its people like you who give guys like me a steer in the right direction, which is very much appreciated. I'l...
Summary: Hi there! I would like to post a question here about batch file and "if else if" support. I have googled and found people suggest using "nested if" ...
Summary: Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers. So, please, can you advice some e...
Summary: Your title is wrong, DOS is an obsolete 16-bit operating system and not a batch-file command processor. There is no DOS in Windows XP. What you are us...
Summary: ok so i was thinking i would use names instead of letters to make it easier to understand from the first box (gabe options) i tried to put if you chos...
Summary: I don't know why reversing a string would require math. ================================= @echo off & setLocal EnableDELAYedExpansion if %1'==' echo d...