Hello, I'm new in this list and I hope you can help me. I'm searching for a possibility to find out systeminformations via a batch job. I need to find out some...
2433
Chris W. Narancic
chris@...
Oct 1, 2002 10:22 am
Hey Batch Buddies, I am trying to find a good way to search an xml file for a string of data, if it doesn't find the string I specified; I want it to then ...
On Tue, 1 Oct 2002 03:22:17 -0700, "Chris W. Narancic" <chris@...> ... Seems pretty effective to me, given that the search term is unique....
2435
Michael Eisner
mike_e1950@...
Oct 1, 2002 12:05 pm
Thank You! ... Michael Eisner Miami, Florida USA _________________________________________________________________ Send and receive Hotmail on your mobile...
Hello all I am using windows me I am trying to write a bat file to send commands to a device on com 4 I need to know what commands would be used to do this ...
2437
Derek Byrne
Derek.Byrne@...
Oct 1, 2002 1:44 pm
Depends on the device that you're trying to send to. What do you have connected to COM 4? ... From: n9mfk9 [mailto:n9mfk@...] Sent: 01 October 2002...
Do you need it to run on NT based OS only or also on 9x ? The solution may be different . Some of the info can be found in the registry and you can extract...
2442
Derek Byrne
Derek.Byrne@...
Oct 1, 2002 3:28 pm
For a Win2k solution for your own pc, I recommend http://www.samurize.tk ... From: Raz Goren [mailto:razgoren@...] Sent: 01 October 2002 16:28 To:...
It's a GUI tool and not a command line tool as far as I saw . I understand from Jens question that he needs a command line tool . Raz ... From: Derek Byrne...
... From: Matt To: batchworld@yahoogroups.com Sent: Tuesday, October 01, 2002 7:18 PM Subject: Re: [BATCH WORLD] Retrieve systeminformations with a batch? msd...
Apparently noone told that to my system. ... Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\>msinfo32 'msinfo32' is not...
U have to follow these steps. start --run and then type msinfo32 and enter Thanks, r A j A ... From: It's me ... Matt. To: batchworld@yahoogroups.com Sent:...
Hi. The error messages you copied are likely due to the fact that MSINFO32.EXE is not in a directory listed in the "path" statement. 1) find msinfo32.exe (use...
Msinfo32 has several problems . 1. it takes a lot of resources and I have seen several machines in the past who crashed because of this (usually 9x machines -...
If your commands are written to a file, then you can use COPY command.txt com4: You will also need to know what the device com parameters are (speed, parity,...
Hi All Is there any way that I can maintain a screen echo if I set a xcopy command result to pipe to a log file? Eg. xcopy c:\Folder\*.* z:\folder\*.* Echo's...
*** TCAP console I/O capture utility *** Version 3.1. Freeware. TCAP written by Tim D. Kannel Copyright(c) 1999 Tim Kannel Distribution ... This program is...
When using the statements: echos `Enter the %type_value% : ` inkey /d /K".[F1][esc][enter]" /x %%key ..... .... ? " Correct" goto next_sub_routine which is...
2456
Klaus Meinhard
K_Meinhard@...
Oct 3, 2002 6:58 pm
Paul, ... inkey /d /k".[F1][esc][enter]" Enter the %type_value% :%%key (one line). ... I donīt know if I understand this correctly. Deleting the /x switch...
... The problem comes about because the inkey is in a loop. Therefore I can not use the prompt message in the inkey command statement. The actual echos...
2458
Klaus Meinhard
K_Meinhard@...
Oct 4, 2002 6:31 am
Paul, Iīm not Gary :-) ... I still donīt know if I understand this correctly: If you want a new line for each inkey command in that loop, simply delete the...
2459
Klaus Meinhard
K_Meinhard@...
Oct 4, 2002 6:43 am
Paul, ... variable ... Ooops, I now see that the variable is appended to %answer. Wouldnīt you think INPUT a more appropriate command? Perhaps with proper...
... you ... SORRY - SOme times I get a little tired at the keyboard ... Therefore I ... The ... delete the /x >switch. No, I do not want a new line hence: /x...
Hi all, I could use some help. I am trying to automate an upload procedure. Here is what should happen. a file will arrive in a directory and must be renamed...