Summary: Hi, I have a batch file which has 2 input argument. This batch file calls another vbscript where again 2 parameter needs to be passed. This parameter ...
Summary: Hej ... i've asked in "networking" about how to loop a "net send"-mesage. I got the info, that this will work by doing a batch file ... can you help m...
Summary: i have a text file like this ## PROPERTY TO DECIDE IF THE DEFAULT IS SERVER ## PROVIDER_URL_REQUIRED = N TFA_EXTERNAL_LOCATION = D:\\auth.xm...
Summary: About solid lines, I have no exposure to unicode, but I repeat: batch files are set up in Notepad and mostly display in NT system console (people name...
Summary: Hello, I am trying to insert the filename (minus the extension) in front of every line in a series of TXT files. I have put together code to make the...
Summary: hey guys..in qbasic i'm wondering..well i'm going crazy trying to figure out how to find the sum of a 4 digit code...example 1111 =4 1234 = 10 i don...
Summary: Hi, I need help on how to write a script using batch to search for a particular file ext ie *.mp3 or *.jpg and save the particular file on a new creat...
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 need to know how to populate a Listbox with a TextFile. I have tried ReadLine but it only adds the first line to the Listbox. After adding the Tex...
Summary: I am just begining to learn about batch files and am starting out very easy. Is there any way to run a check on a batch file to show where you went wr...
Summary: hi again, um, im sort of new to this, but not a noob, i can make some pretty useful stuff in batch files, but how would i make the .pif file? i did th...
Summary: D u know how to save the contents of a file into a variable in a MS DOS Batch program? I have a file called badhost.txt containing information like: 1...
Summary: Hello everybody... I have some trouble making batch files... I want to create if possible a batch file that creates folders given by a input file. The...
Summary: Hi Mechanix2Go, Thanks for your reply. I want to replace it in the same file. What I am trying to do is explode an ear bundle and then replace certain...
Summary: I would like to create a batch file for NET SEND so that it can prompt the user for the computer's address and the message. How do i do the text input...
Summary: Hello, I am writing a batch file and I need to loop through a driectory of .tif files and rename each file with a random number appended onto the begi...
Summary: I don't know if you can do it directly using just cmd.exe's internal commands. For example, the SET /P command echoes the password back. Does anyone k...
Summary: Hello, Consider the following batch script that takes a file, and stores it on the desktop of each user: @echo off copy "C:\Folder1\doc1.doc" "C:\Docu...
Summary: I think if using a third party utility is an option in this case I would use it, maybe I'm just lazy, I really just like the idea of getting it all do...
Summary: Hello. How do I use a batch file to rename all files placed in a folder with the name of the folder. For example... If I have a folder named C:\Turt...
Summary: I need to create a script or batch file that will accept a value as input and then use that value to modify an .INI file. I have a customer that want...