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: Let's see if you can help me. is it possible to read TXT file in Dos mode? I have a readme.txt file on my bootdisk, what to do to view that file when...
Summary: Hi, I am writing a cd application with batch files and I need an automatic routine to detect what drive has an audio cd or skip if not detected. I am ...
Summary: Hello, I am new to UNIX. Now I am learning it. I dont know how to read txt files in UNIX system and edit. Please post the commands for read and edit w...
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....