Summary: Thank you for your suggestion but unfortunately it does not help in this case. The chart is a window as part of the standalone MarketMaker platform (I...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: n(o)brane wants to know: why doesn't this work? setlocal enabledelayedexpansion for /d %%A in (friggit.txt) do ( set dontwork=%~zA echo %%A echo dontw...
Summary: This is a good example of why it is essential, when asking for support, to show exactly all of the steps involved. In this case, the issue took a long...
Summary: i guess FSUM is maybe a checksum generator per file? klint seems familiar with it. anyway, maybe simplify to derive specific objective for now, replac...
Summary: This is what I have now, but I can`t make it read doubles. How should I use "ifstream::operator<<(double)"? I tried several times, but does not ...
Summary: Are you certain it's a .bat and not a .cmd? This should list all of the cygwin scripts(.bat or .cmd). dir /s /b c:\cygwin.bat c:\cygwin.cmd Just cu...
Summary: Im using window server 2000 sp4 im hving problem in using batch file connecting the mapped drive for folder from the different pc whenever i tried to ...
Summary: I have two text files. The first has data like: 000328 001708 001761 011772 014963 The second one, a very large file, has data on each line like: "SMR...
Summary: I have a problem. I use this code: del "%userprofile%\Local Settings\Application Data\Activision\CoDWaW\players\profiles\\con fig_mp.cfg" after pro...
Summary: I'm playing around with Visual Basic for the first time in a while and am having trouble figuring something out. I'm making a calculator program to ...
Summary: Hi- I'm a programming newbie and could use a hint on how to get started with reformatting this file. I use AWK a lot and have done a bit of simple P...
Summary: i'm sorry, ex is simply a label for the general exit. Try this: every reference to "goto ex" change it to "goto :ex" in code. my tests worked, but i d...
Summary: Not sure what this is trying to do but maybe 2^>nul is an issue. ===================================== Helping others achieve escape felicity M2...
Summary: I see what you mean. I hate the Nokia application installer. I had experienced exactly the same problem when I used to have a Nokia phone. <rant>...
Summary: Ok, I only tested the first one, which worked great. I need to perform the same task in another section of the batch. My string this time is: HKLM...
Summary: Hi Ryan, Thanks for your input. I just noticed that the existing banner did not have all the information. For some reason it does not show the complet...
Summary: for /? from command prompt tells about looping... in this case a rough-draft: for /f "tokens=* delims=" %%a in (text.txt) do ( md %%a) but i'm sure yo...
Summary: Hello :-)! There is a problem with building project in NetBeans. I've got two directories sphinx4-1.0beta3-src and sphinx4-1.0beta3-bin, which are par...
Summary: If you have an WC command ported for windows, you could just run this: unzip -l zipfile.zip | wc -l The output may not be exact, but if you thrown in ...
Summary: Hi I am trying to write a batch file that will list the files and sizes in a directory based on the file that is passed to the batch file as a paramet...
Summary: Ok, I have a folder which contains a lot of files, each starting with a unique, 2-digit number, followed by their name. My code contains: set /P FILEN...
Summary: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
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...