Thanks, I'll incorporate that as a test to see if it will work. Lamar ________________________________ From: batchworld@yahoogroups.com...
7269
Rex
gilan34711
Dec 8, 2006 12:45 am
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...
7270
kcmjr
Dec 8, 2006 7:01 pm
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...
7271
kcmjr
Dec 8, 2006 10:20 pm
I looked around a bit and here is what I was able to drag up with a minimal of searching. I used terms like "lock" & "windows desktop" & ... ...
7272
Rex
gilan34711
Dec 9, 2006 2:00 pm
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...
7273
foxidrive
Dec 9, 2006 2:07 pm
... Are you saying that the *same* tool behaves differently in another version of Windows?...
7274
Rex
gilan34711
Dec 9, 2006 2:24 pm
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...
7275
foxidrive
Dec 9, 2006 2:30 pm
... If the tool pops up an error window under the in-focus window then it is an issue for the programmer to resolve, as I see it....
7276
Rex
gilan34711
Dec 10, 2006 1:00 am
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...
7277
foxidrive
Dec 10, 2006 4:23 am
... 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...
7278
Slacker Jam
xuser_58
Dec 10, 2006 5:35 am
hi mic, kindly help sir... i want to make a batch file with an executable command inside the script. for ex: @ echo off echo.>test.txt...
7279
foxidrive
Dec 10, 2006 6:07 am
On Sun, 10 Dec 2006 13:13:41 +0800, "Slacker Jam" <xuser.58@...> ... You can use a bash shell under XP with cygwin I beleive. These should help as...
7280
Carlos Gonzalez
charliechingas
Dec 10, 2006 4:41 pm
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...
7281
foxidrive
Dec 10, 2006 9:44 pm
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...
7282
Carlos Gonzalez
charliechingas
Dec 11, 2006 12:11 am
That worked! Thank you very much! HIGHLY APPRECIATED!!! -c foxidrive <foxidrive@...> wrote: On Sun, 10 Dec 2006...
7283
Derek Byrne
theodorik2003
Dec 11, 2006 12:41 pm
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...
7284
foxidrive
Dec 11, 2006 12:56 pm
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...
7285
Derek Byrne
theodorik2003
Dec 11, 2006 1:58 pm
LOL How I wish. However, the PCs are in remote locations (forgot to add that one). ________________________________ From: batchworld@yahoogroups.com...
7286
Morris, Lamar
lamarmorrist...
Dec 11, 2006 2:14 pm
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...
7287
Morris, Lamar
lamarmorrist...
Dec 11, 2006 2:27 pm
These keys are found under HKEY_CURRENT_USER\Software92;Microsoft92;Windows92;CurrentVersion\Policies92;Exp lorer Lamar ________________________________ From:...
7288
Derek Byrne
theodorik2003
Dec 11, 2006 4:12 pm
Cheers Morris, This worked a treat - You shall be remembered as the star upon the Xmas tree. And Bob (Bissinar) is but the tinsel :oP For those who want to...
7289
kcmjr
Dec 11, 2006 5:28 pm
It's not too complicated, your initial description simply needed to be more clear. Also I tend to agree with Mic's assessment. As I said originally, this...
7290
Bob Bissinnar
bobbissinnar
Dec 12, 2006 2:51 am
At 12:40 PM 12/11/2006 +0000, Derek Byrne Writes ... Derek: a ghost from Christmas Past! How the dickens are you? Sir Derek, as you are aware, I take a dim...
7291
Slacker Jam
xuser_58
Dec 12, 2006 3:32 am
@echo off for /f "delims=" %%a in ('datex -f ddmmyyy') do ( echo>>test.txt filename%%a) hi mic.. sorry for the late reply... the script above works fine......
7292
foxidrive
Dec 12, 2006 4:55 am
On Mon, 11 Dec 2006 21:50:03 -0500, Bob Bissinnar ... ROFL! ... I can't bear to see you misinformed - perhaps it is term arctophilist that you were re-furring...
7293
Bob Bissinnar
bobbissinnar
Dec 14, 2006 10:01 pm
At 03:51 PM 12/12/2006 +1100, foxidrive Writes ... LOL, Mic A collector is archtophilist or arctophile. (close but no cigar Mate!) That's it for posts to this...
7294
vijay muthiah
vijaymuthiah
Dec 16, 2006 11:46 pm
Hi All, I am very happy to become a member in this group. I wish to know the Batch command to login to a remote machine connected within same domain network. ...
7295
Garry Deane
garrydeane
Dec 17, 2006 1:01 am
... Net use /? e.g. net use \\computername\sharename password Garry...
7296
suh_mah
Dec 27, 2006 2:42 pm
Hi Friends, I am newbie for this group, expecting support from you. I would like to send "Happy Birth Day" mails to users. I have maintained birth dates into...
7297
David Maunder
bushy555
Dec 30, 2006 10:37 am
Am a bit rusty on AT off the top of me head, but here is an AT setup batch file that Ive just found. I usually just call these scheduled AT commands '_AT.BAT39; ...