Summary: Hello all, I have a simple logoff batch script that looks like this: echo Last Logoff for %Username% was on: %date% at %time% > \\Server\Apps\Logs\Log...
Summary: Hi, I have a variable called %venid% which a program makes with 4 numbers in it e.g 8086, which I have another program uses to read from a ini file. M...
Summary: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is...
Summary: Hello, I have created a batch file that amongst other things allows my users to backup up all of their My Docs to an external hard drive. The proces...
Summary: hello I wonder is it posible to output all registers on screen with assembly in an easy way. using some interupt or smth. just like with dos debug -r....
Summary: Why doesn't the following function work? I need to pass 2 vars to the iw3mp.exe. Each has there own internal name, in this case, +connect and +passwor...
Summary: Okay, I doubted the last (Number 7) post, but I'm still wondering at number 6, I know there's a way to call batch files and also to send text to text ...
Summary: I whould love to make a batch file for windows and another for macosx ( some unix batch file ) where it will add keywords to each jpg that i have on a...
Summary: I want to to be able to output a list using a batch file. I have most of what is needed but I cannot add a couple of things to it. I'm trying to make ...
Summary: Hi M2G. But why? > newfile & setLocal EnableDelayedExpansion Only the first word in the first line of the text file is being extracted, delayed expa...
Summary: I am sorry, i am using windows.h and api so i need to fill a static window with the progress and ouitput of a process but instead of adding it, it jus...
Summary: Really, I find NOT using "@echo off" helps a lot when trying to find an error in a batch file. That said, open a CMD window now, and type help. What d...
Summary: Hi every body Is this correct that after a time a new web site will be introduced and added to search engines? Or for adding a web site to list of sea...
Summary: I use free web hosting with pop-up ads. How to cover ads with my page when load website?. I don't care ads show 1 second but I wish my page cover it s...
Summary: Hi all, Is there anyway to set up a batch file or other program to read data from a .csv file and tell me if any from a preselected list is missing? C...
Summary: whenever i create a AWT Frame and i try to add an AWT Panel to it in the Frame constructor, i first get the errors of "instead of Panel.setLayout(), d...
Summary: Hi M2:) Well, you are right that the VAR input is terminated by a CRLF. But as you see in the code: "set LIST=!LIST! %%A %%B %%C %%D %%E;" after "%%E"...
Summary: Ok, i hope this is the last question, cause i hate to keep bothering you, but it's still not working. This is what i have in my "multiIP.bat" program:...
Summary: Hey M2, thanks for all the help, but I think I'm in over my head now. Most of the drives I'll be checking for space are 100+ gigs, and one is a RAID ...
Summary: Hey again, Im adding to netwatcher to make it a bit smarter.. Im trying to add the code to it so if something is running, it see's it and then closes ...
Summary: Assuming it is Windows XP batch files you're talking about (and not MS-DOS batch) then you can put the contents of a file into a variable by adding al...
Summary: Hi, I'm doing a "For /F %%n" command and would like to add "%%~zn" to itself until it's finished adding the file sizes together. I tried to put the fo...
Summary: Hi, I am trying to make a testing batch file for my 8 servers where if any new file comes my batch file will intimate me. so i have made a test batch ...
Summary: Hi Reno! It's working great now!!!! Thank you Thank you Thank you!!! I think this qualifies as one of the best discussions of all time and in the m...
Summary: Hello I am trying to create a batch file that will "add" a line to my hosts file so that our server can resolve. Since it will be for more then just m...