Don, I'm not sure what's going on. I did a virus scan and didn't come up with anything. So my reply went to your email account and said there was a virus?...
Does anyone know where I can buy or download a book/guide on how to make batch files? I'm a beginner, and I would like to know how to make them. I've tried...
1391
Gittler, Evan K.
EKGittler@...
Dec 3, 2001 2:50 pm
Your best bet (and what I always recommend) is the Dos 6.0 Upgrade manual. It will teach you the basics, as well as how to do things like labels and menus (and...
Here's a good place to start - the Batpower frequently asked questions ftp://64.34.85.9/pub/bfds/batfaq1b.zip and right here is a good place to pose any...
Yes it is possible. Look into WinBatch. We use it to create compiled batch files with embedded files. http://www.winbatch.com/ Ken Mazie MCSE/CNE Kaiser...
Salut Kenneth,
Monday, December 03, 2001, 10:09:59 AM, you wrote:
KCM> Yes it is possible. Look into WinBatch. We use it to create
KCM> compiled...
1396
Rusty Mullin
rustylives@...
Dec 3, 2001 10:36 pm
Hi All, I purchased Winbatch for a project 3 years ago. It is a fantastic product and I used it to save over $100,000 on 2 projects. I have used it repeatedly...
1397
Don Oellrich
donoellrich@...
Dec 4, 2001 4:40 am
If you need a DOS 6.22 manual, I have a couple I never opened, that I got just for the licenses. Let me know if you need one. I would be happy to recover...
1398
K_Meinhard@...
Dec 4, 2001 7:36 am
Mike, ... you will find all (and more :-)) that you might want to know about batch at my http://home.t-online.de/home/K_Meinhard/dlinks.htm page. There are...
I found Terry Newton's text description to be very helpful. I still consider myself a beginner and couldn't have understood what bit I do know without this...
Hello everyone, I'm new to the list and have been trying to accomplish something with no success. I have a file with a list of files (MyFiles.txt) which I want...
The steps I'd use would be: create a temporary directory (%tempdir%) on the same drive place each entry in myfiles.txt in an environment variable (%file%), one...
Thanks Michael, I should have mentioned I can't touch the "good files" in any way. They are open by an application and are highly secure. If I can somehow...
dir /b /a-d /-p>file.txt ... iterate through myfiles.txt placing each item into an environment variable (%item%) type file.txt|find /v "%item%">file.txt goto...
Hello all, When trying to write a batch file for use in windows 2k I am having problems with out of environment space errors. Under windows 9x there was an...
does Windows 2000 still havs system.ini ? try adding this (works in win9x at least) [NonWindowsApp] CommandEnvSize=2048 On Wed, 5 Dec 2001 11:37:51 -0500...
and reboot. Let us know how it goes. On Thu, 06 Dec 2001 04:05:48 +1100, Michael Marquart ... -- Regards, Michael --> Honk if you love peace and quiet....
Here's one way to do it. It deletes all the files in the current directory which do not match anything in the myfiles.txt file (which is in the root dir). ... ...
Actually the batch file itself got nuked before it got to the file list. I was hoping to not have someone write the code for me, but after a day of reading...
Sorry forgot to mention that you couldn't have the batch file or the myfiles.txt in the current directory. I've changed it to account for this. NOTE: If there...
That's clever Brian. I'd go with the first version and place the batch someplace else on the path, and have "myfiles.txt" inside the myfiles.txt too. On Wed,...
Hi All, i have got some requirement in DOS batch files. i am giving a sample here *************** details of my text files if u give command > "dir *.txt" ...
Uses Qbasic.exe & Qbasic.hlp - it's on any Win9x cdrom. I am assuming that prop.txt should ba aligned with the filename above it, and somehow it lost a space. ...
Hi, This script has gone through several revs on this board. Now I need to take my existing script (below) and edit it in the follwing ways: Ensure host time...