Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: I am trying to make a simple batch file that displays some ASCII art when a user logs in. I have been testing it and keep getting this error message w...
Summary: I realize that win xp isnt compatible with alot of older programs, but when i try to run a ms-dos unpacking batch file it gives me a error about AUTOE...
Summary: I have a simple batch file that uses the >> append output redictor. In Windows 2000 the batch file is acting as if I entered > and overwritting this ...
Summary: I think the value of my %homepath% is ok. When i write %homepath% on MSexplorer path it returns C:\Documents and Settings\MyName\ and when i use, xco...
Summary: Okay so I made a batch file, I just have one problem. I'm trying to echo some text into a file and I have @echo off at the top. The following is what ...
Summary: I would insert the follwoing in your batch echo MESSAGE GOES HERE SLEEP n seconds Where n is the number of seconds you it should display the message b...
Summary: open inputfile for binary reading open outputfile for binary writing while not end of input file fread one byte from input file change that byte a...
Summary: I was using a "batch file delay" line from the Computer Hope "Batch File Help" page: TYPE NUL | CHOICE.COM /N /CY /TY,5 >NUL of course, choice.com was...
Summary: I am trying to fix a bug that allows the user to send(via command line), arguments with commas on the end to a batch file. I know the obvious thing w...
Summary: omg .. it did work :) Thanks a lot you saved me lots of trouble. I truly thank you, I took batch file crash course back in college and I watched batc...
Summary: I have never coded before using batch files and SED and have not coded at all in the last 5 years, but have a screen scraping program that I have been...
Summary: If your interested in the background to this question: I have found a great ruby script that locates Wireless Acess Points returning logitude and lati...
Summary: Some simple questions about batch files 1.) Do you write a batch file in NOTEPAD? 2.) Once created, do you save the file as follows: filename.bat 3.)...
Summary: Hi! I'm trying to get the following script to work, but it won't let me set the variable %count%, and I cannot for the life of me see why :S I'd be ve...
Summary: I created a batch file but i want to make it to be in the computers startup. How do i do that. And also how do i send batch files to people? Regular e...
Summary: I run batch files on 19 different computers from the scheduled tasks. Each one is set up with the same permissions and types of users. Only one will...
Summary: Hello I have batch file will ping more than one address, how can I get output for all pings saved in .txt ================Batch ================ cl...
Summary: Here is what I'm struggling with... I have a file called 1000.wek I would like to rename it to 1001.wek on 28/10/2008 and 1002.wek on 29/10/2008 and 1...
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!! At the bottom of this post is my tester for a Matrix Batch File. Problem? It keeps saying 'ECHO is off.' Don't know how to fix it. need your h...
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: Hey! I need batch file that removes all subdirectories from directory. Example: I have directory on my desktop named N152. Its including directorys G...
Summary: Hullo all.. ran into some weirdness tonite setting up a backup system at a friends place.. I typically use the command: md \%date:~10,4%%date:~4,2%%d...
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...