Summary: Hi, Im trying to create a simple batch script which i can leave running as a scheduled task and will build an output file containing a list host names...
Summary: Creating an Encoder cause I'm bored. I have a problem. I ask for the users input to a variable called %Sentence% But what I'm struggling to do is to c...
Summary: Hello wrs I can help you get what you want. But i'm afraid it's not a Batch file. I tried doing it in a batch file but failed. But it is possible with...
Summary: are you absolutely, irrevocobaly, wihtout-a-doubt sure your professor/company wants this in GWBASIC??? GWBASIC is as using two sticks to make fire, al...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: HI , I have to copy some files from a folder which has a nested folder structure i.e the main parent folder will have some child folders and inside th...
Summary: As razor points out, both examples are functionally identical. I think what you may be missing is the idea of "nesting" itself, basically all it means...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: Hi , I need to write a batch script which will unzip the .Zip files from a folder and each .Zip file will have some .csv files inside,I need to unzip ...
Summary: maybe try using "success"/"fail" as the delimiters? then test for value not null and if not null, increment a counter. something like: set delayed exp...
Summary: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: hello, In my batch script I need to use a wildcard or a var accepting 8 unknown digits (e.g. 20091006) The digits are represented in the following l...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: Why to code a C++ program when a straightforward batch script suffices? @echo off echo.product,text,price,qty> header.csv type file.csv >> header.csv...
Summary: Modern batch scripting allows this: if not defined missing set missing=data In most cases it's also possible to use: if "%missing%"=="" set missing...
Summary: I agree with ghostdog's advice as I feel you are going on a rough lane that leads to nowhere. Batch scripts are not suited to replace facilities bett...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: i need mega help i am doing my HND at the moment i hate batch files i need help to make a batch file that will backup all files from a secified locati...
Summary: Hi , I have installed PKZIP,but the script is extracting the files to the unzipped folder and it is not moving from the unzipped folder to my Target d...
Summary: I want to create vars from txtfile with multiple lines.. txtfile (directories.txt) looks like.. C:\test\00010010 C:\test\00010020 C:\test\00010030 (di...
Summary: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
Summary: the only way I know is to have the remote run a client-side registry dump of key HKLM\Network\Logon and pull the data from key "username". I'm sure th...
Summary: Hello Experts I am not a script-writer, by any means, so I am in need of some assistance please ! I am looking for a simple DOS batch file that, whe...