Summary: I am doing a microcontroller project that reads many sensors, and when one is triggered, sends a text message. On the micro side, the information is ...
Summary: Hi I hav created this batch file which would actualy execute a .vbs file. If i double click on this batch file, it excute as expected but wen i try t...
Summary: I have 2 batch files that i run manually. I want to setup a vb.net form with 2 buttons on it and have them point to the batch files. I want to make ...
Summary: I am trying to get a batch file to read a .ini file with settings in it, then write those settings to the registry. The file looks like this: [Email S...
Summary: How do you have a batch file (xp) read another batch file and search for specific commands/text? i am trying to create a script from preventing users ...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
Summary: you could use net send to send the message. to do that you'd simply do: net send computerx hello i'm sending you a message. where computerx would be t...
Summary: I have the basic batch file that will copy the files where I want them. Could someone post something I could add into my batch file that would create...
Summary: Hello All! I have a formatted text file that I wish to read with a batch file for further processing. It is formatted like so: o,object1.sql r,report1...
Summary: Hi all! i was wondering if anyone knew how to make a batch file that would read the size of a certain file and if the file was over a specified size (...
Summary: my question is as follows... i need to find out the best way to program a script (batch file, etc.) that upon execution, launches internet explorer, n...
Summary: I have a small msdos batch file I would like to be able to execute from the windows desktop, the problem is - the file the batch file is executing is ...
Summary: well for me, www.ebay.com also times out, and the command at the end which is "echo hello" is executed, check your url direcly with ping and check if ...
Summary: Hello, This probably sounds like something that I could just simply look up on the internet, but not quite. I have put in 4 hours already trying t...
Summary: Can some help me with a batch file that would check weither Three network exist, and if one does execute a command after. Example: Check smtp.aol.com ...
Summary: I've a batch file that executes properly when i open cmd and paste it in. but when i create a .bat and put it this command in, it does not execute or ...
Summary: Hi!! I need to write a batch file to run an Integration scenario. I am going to explain you better about my problem: your solution is highly apprecia...
Summary: I am running PsExec from a batch file to run another batch file on a remote system. Here's the basic line: C:\Tools\psexec \\xxx.xxx.xxx.xxx -u admin...
Summary: Hello all, I have a Windows2003 network, and i the problem im having is with 2 of the main computers. Computer A is the main server, with Computer B b...
Summary: Hi, I don't know how to do this in a batch file, but I think it can easily be done in a C file that reads the CSV file -- which I believe is a text fi...
Summary: I'm trying to create a batch script that can read a single lined file containing a password (making a login script), than set the read string as a var...
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 ...