Summary: Ah sorry, I had alot of stuff going on when I typed that. Anyways I have a .bat file that will create a .jpw file which is a .jpg world file. A world ...
Summary: I have asimilar question and I am not sure how to modify your answer to fit my needs, could you point me in the right direction. here it is: I have a...
Summary: @Echo Off For /F "tokens=* delims=" %%J in ('Type "C:\Documents and Settings\admin\My Documents\email test.txt"') Do ( Echo.^<%%J^>>>"C:\Documents ...
Summary: That's a valid enough question, though I think it would have been better if you started a new topic rather than posting it as a reply to a previous qu...
Summary: hi..i'm newbie with batch file i need some help,,,,i need rename a file... for example: name.txt to name_AAAAMMDD.txt where AAAAMMDD is the actual...
Summary: I tried to find a way of sending and receiving messages in an IM type manner with batch, from one computer to another across the internet, for the pur...
Summary: So I need to make a batch file to change a single word in a text file. For example, in a file.txt file there are lines, this is a text file I want to...
Summary: Hello, I am trying to create a batch file which will rename *.TXT files with the current time. The command below works perfectly when the time is bet...
Summary: in regards to a post too old to reply too, subject called "delete a registry key with batch" firstly SN very nice job! your .inf file works great, al...
Summary: Can someone show me a simple way to create a registry backup using batch. I searched the net with google with no luck, all I need to do is create a ba...
Summary: What I am trying to do is I have a variable that is in the format of FS/SYS\Homedir\username and I need it to be in the format of F:\Homedir\username....
Summary: Hi, I was wondering if it is possible to get the last line of a text file and save it to a variable? I found a script that gets the first line, but ...
Summary: As far as I'm aware DOS can't read files without third party tools. Do you mean scripting with windows batch script, for systems derived from windows ...
Summary: turn caps lock off with batch codes without using external program ===================================================== hi i found some program ...
Summary: Hello all greetings from Sweden! I have created a .bat file to read the contents of data.txt data.txt consists of three columns each seperated with a ...
Summary: Now that I look at it, I can't even get it to read from the textfile, I'm not familiar enough with the DOS commands to figure out where I went wrong, ...
Summary: Hi I am rookie ot batch. I have a requirememnt where, I have to read from a text file which looks like this a,test.txt s,Files.txt a,ForCommand.txt a ...
Summary: Hi there, I want to count the amount of lines in a txt file,then create an array(based on the amount of lines) then read the numbers from that txt fil...
Summary: Ian- Bless your heart, I don't think you really read any of those three links...These words sound familiar? "This is minimally what a registry-entry-d...
Summary: First, you should not need ANY PATH. With a pretty plain boot floppy eevrything can be in the root. Next, the PATH dos NOT tell the OS where to look f...
Summary: hi, i have this piece of code and i want to read the data from a file...there are empty spaces between number. fp = fopen("file.txt", "r"); if (fp ...
Summary: i dont think you understood what i meant i want to have .txt file with a batch file command in it on its own. then i want a .bat file to read the .txt...
Summary: I Was wonderering if it was possible that through a batch you could save your information in a .TXT File so you give information and when you exit the...
Summary: Hi, So far I have a batch file that creates a set of nested folders within a specified folder. So far so good. Then I want to create a file by using i...