Skip to search.
batchworld · Batch World

Group Information

  • Members: 1062
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 2432 - 2461 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2432 STEIN Jens
jensstn Offline Send Email
Oct 1, 2002
9:34 am
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@... Send Email
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 ...
2434 Michael Marquart
foxidrive Offline Send Email
Oct 1, 2002
10:43 am
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@... Send Email
Oct 1, 2002
12:05 pm
Thank You! ... Michael Eisner Miami, Florida USA _________________________________________________________________ Send and receive Hotmail on your mobile...
2436 n9mfk9 Offline Send Email Oct 1, 2002
1:14 pm
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@... Send Email
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...
2438 n9mfk9 Offline Send Email Oct 1, 2002
1:54 pm
the device takes ascii commends...
2439 Michael Marquart
foxidrive Offline Send Email
Oct 1, 2002
2:10 pm
... (untested) @echo off echo text>com4 for a carriage return use echo.>com4...
2440 Raz Goren
raz_goren Offline Send Email
Oct 1, 2002
2:15 pm
Seems elegant and simple enough . I did it in the past in longer ways which needed special additional utilities . Raz ... From: Chris W. Narancic...
2441 Raz Goren
raz_goren Offline Send Email
Oct 1, 2002
2:28 pm
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@... Send Email
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:...
2443 Raz Goren
raz_goren Offline Send Email
Oct 1, 2002
7:51 pm
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...
2444 It's me ... Matt.
matthew_john... Offline Send Email
Oct 1, 2002
11:18 pm
... From: Matt To: batchworld@yahoogroups.com Sent: Tuesday, October 01, 2002 7:18 PM Subject: Re: [BATCH WORLD] Retrieve systeminformations with a batch? msd...
2445 Lamar Morris
lamarmorrist... Offline Send Email
Oct 2, 2002
12:19 am
Msinfo32 is still alive and well. Lamar ... From: It's me ... Matt. [mailto:mattfisher@...] Sent: Tuesday, October 01, 2002 6:19 PM To: Matt;...
2446 It's me ... Matt.
matthew_john... Offline Send Email
Oct 2, 2002
12:54 am
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...
2447 Raja Sekhar
rajasn Offline Send Email
Oct 2, 2002
1:55 am
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:...
2448 G. J. Pareja
gjpareja Offline Send Email
Oct 2, 2002
3:10 am
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...
2449 Raz Goren
raz_goren Offline Send Email
Oct 2, 2002
6:18 am
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 -...
2450 Lamar Morris
lamarmorrist... Offline Send Email
Oct 2, 2002
10:25 am
Try this, C:\Program Files\Common Files\Microsoft Shared\MSInfo\msinfo32.exe control panel, administrative tools, computer management, system information. This...
2451 gordbraun Offline Send Email Oct 3, 2002
3:35 am
hi listers I made a couple of bat files for swapping shells in W98 info here http://www.accesscomm.ca/users/gbraun/shells.htm Gord...
2452 Allen Stewart
strbase Offline Send Email
Oct 3, 2002
7:51 am
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,...
2453 Allen Stewart
strbase Offline Send Email
Oct 3, 2002
8:04 am
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...
2454 Michael Marquart
foxidrive Offline Send Email
Oct 3, 2002
11:07 am
*** 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...
2455 Paul
nsgtd Offline Send Email
Oct 3, 2002
12:51 pm
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@... Send Email
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...
2457 Paul
nsgtd Offline Send Email
Oct 4, 2002
1:11 am
... 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@... Send Email
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@... Send Email
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...
2460 Paul
nsgtd Offline Send Email
Oct 4, 2002
3:58 pm
... 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...
2461 Danny Aglugub
daglugub2002 Offline Send Email
Oct 4, 2002
7:54 pm
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...
Messages 2432 - 2461 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help