Let us assume my batch file performs 5 actions... Before each of these actions, it echoes what will be performed. Can I direct the output of the first echo...
On Sat, 2 Dec 2006 16:13:39 +0530, "Parag P. Doke" ... It results in the following: Q:\>echo Starting A.BAT 1>>&1 The handle could not be duplicated during...
Hi, Can anyone help me with my scenario? I currently have backups running on a weekly basis and it generates folders with filenames incrementing per week. I...
On Mon, 04 Dec 2006 04:52:12 -0000, "Tabanan, R." ... Untested: Remove the 'echo' if it works as you want it to. It should skip 4 folders, based on creation...
7261
Parag P. Doke
paragpdoke@...
Dec 4, 2006 7:10 am
The approach I'm suggesting sounds very crude, but let's assume you decide to retain 3 folders in the backup folder. dir /ad /o-n /b | more +3 will show the...
On 4 Dec 2006 at 17:49, foxidrive (foxidrive <batchworld@yahoogroups.com>) ... It looks to me like it works really great with 3 changes: @echo off set...
On Mon, 04 Dec 2006 21:35:21 -0800, "Gary Kuznitz" ... Yes, that was a bug. ... oops. ... That step isn't necessary as :EOF is hardcoded into cmd.exe as the...
Do batch files recognize case? I have a script that reads a password file to supply the script with the password needed to connect to a list of machines; the...
... list ... password ... but ... Lamar, i use upper/lower case passwords in my scripts/batch files and they work fine. i would think the problem is elsewhere...
Thanks. I always use the local administrator account, since this set of machines are not in a domain. Do you have a password list that the script reads or do...
... set of ... the ... password that ... i have used both - perhaps you need to create a copy of your script and echo the passwords from the file to the screen...
I'm hoping there is an expert here that can tell me how to fix my NT problem. I'm running NT 4 OS. I run a program on the computer that I have to lock the GUI...
This not really the correct forum for this message but here goes anyway.... There is a screen saver tool, who's name I cannot recall just now, that will lock...
I really appreciate your replies but I feel this isn't the answer to what I am asking. I have over a dozen of these tools running and have no problem with...
OK lets start all over again. I never said anything about any other version of windows. You seem to reading more than I'm typing. I have some tools that run...
OK well this isn't getting anywhere. I guess everyone keeps reading something I'm not typing. I don't know where you get the idea that a programmer needs to...
... As I understand it the programmer writes his/her code and defines in that code if a window is to be on top or below, so it is the author of that...
I am very new to this. I am having trouble creating a .bat file to open several programs that I need, in a specific order. XP environment. I have searched and...
On Sun, 10 Dec 2006 08:20:14 -0000, "Carlos Gonzalez" ... Try this format - the ping allows the programs around 10 seconds to complete launching before the...
Hi All, Wishing everyone a Very Happy Xmas and a Prosperous New Year - yes Bob - even you!!! :oD I've a modified menu system in place on one of our computer...
On Mon, 11 Dec 2006 12:40:08 -0000, "Derek Byrne" ... I don't know how this sits in your situation, but cutting the track that goes to the right mouse button...
LOL How I wish. However, the PCs are in remote locations (forgot to add that one). ________________________________ From: batchworld@yahoogroups.com...
I believe what you want is just a registry setting (named context menu). Each context menu has a setting in a different place. Here is the one for the start...