Summary: this place is great! thanks for all the response.. now ill try to comment and clarify.. first of... fsum is a checksum program... creates sums and ver...
Summary: About the delimiter, I can use any character that suits your needs. I put them in myself during the extraction. I tried using Æ, with same results, I...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
Summary: Creating an Encoder cause I'm bored. I have a problem. I ask for the users input to a variable called %Sentence% But what I'm struggling to do is to c...
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: I have no way to test it at the moment but maybe this may help: <untested> @echo off setlocal enabledelayedexpansion for /f "usebackq delims=" %%...
Summary: I want to create vars from txtfile with multiple lines.. txtfile (directories.txt) looks like.. C:\test\00010010 C:\test\00010020 C:\test\00010030 (di...
Summary: I have been updating an old batch (2005) that uses various applications from sysinternals. My current problem deals with capturing the default mess...
Summary: Can you please post the output of the below. Please also explain what each digit represents - i.e. hh:mm:ss, dd:mm:yy. echo %date% echo %time% The d...
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: I am trying to write a batch file that will delete the first three characters from every line of a text file with no success. I am a newbie to this, ...
Summary: My bad. I start with 3 SELT*.EXT files, create times are 10a, 12p and 2p. At the end of the batch run, I only get one copy of the 10a file and its ...
Summary: I was trying to see if there is a method to count the number of files in a zip archive with out extracting it. I had a look at winzip's command line i...
Summary: it seems like you could use m2's code, then create the timestamp directory then copy all the files into the newly created timestamp dir. setlocal enab...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
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: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...
Summary: Sorry, it didn't work. The code added a SPACE at the end of ROUTE records. Here is a file with a few test cases: Flight\6608 Route\W1 KRT RAMEI A202 ...
Summary: Hi lee123abc, I got your message and here I am. A post is not well suited to host a lesson on scripting style that probably looks cumbersome to you du...
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: No, that would defeat the whole purpose, just giving you a list of files in c:\files. on mine, i got error when subdir (yahoo!) had exclamation point ...
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: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...