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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 3820 - 3849 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3820 Michael Marquart
foxidrive Offline Send Email
Oct 1, 2003
7:40 am
... This untested snippet should work on W2k or higher, not sure about NT4 @echo off for /f %%a in ('dir /a:-d /b^|find /c /v ""') do if %%a LSS 10 goto :EOF ...
3821 Alla Gelfand
AllaGelfand Offline Send Email
Oct 1, 2003
1:25 pm
What if the machine is taking offline and request times out...it won't be able to give the hostname... ... __________________________________ Do you Yahoo!? ...
3822 Alla Gelfand
AllaGelfand Offline Send Email
Oct 1, 2003
1:31 pm
thank you so much for all your help. I really appreciate it. Alla ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved...
3823 David Young
dyoung12342001 Offline Send Email
Oct 1, 2003
1:59 pm
ping -a XXX.XXX.XXX.XXX (where XXX.XXX.XXX.XXX is the IP address of the computer in question) The -a resolves the IP address to a host name. ... From: Alla...
3824 Chris Padilla
chrispyflakes Offline Send Email
Oct 1, 2003
2:46 pm
I usually use this command: nbtstat -A 192.168.0.102 | find "<03>" This returns the computername and the user on that system. It's not 100% fool proof but it...
3825 northrup
northrup@... Send Email
Oct 1, 2003
3:01 pm
you could "nslookup xxx.xxx.xxx.xxx"...
3826 tarnsao Offline Send Email Oct 1, 2003
3:55 pm
First of all thank you for the help i truly appreciate it. I tried the new snippet and upon running it i get syntax is incorrect. The batch file is running...
3827 Michael Marquart
foxidrive Offline Send Email
Oct 1, 2003
4:22 pm
... I left out a bracket. try that. ... @echo off for /f %%a in ('dir /a:-d /b^|find /c /v ""') do ( if %%a LSS 10 goto :EOF echo 10 files or more...
3828 Michael Marquart
foxidrive Offline Send Email
Oct 1, 2003
4:48 pm
On stardate Thu, 2 Oct 2003 02:20:24 +1000, Captain Michael Marquart spake ... and to cater for this, the following may help. @echo off for /f %%a in ('dir...
3829 tarnsao Offline Send Email Oct 1, 2003
7:31 pm
Wow Great ;) That works thank you. I had to edit the batch file because it currently looked at the local path. Unfortunately the email server will try to...
3830 Michael Marquart
foxidrive Offline Send Email
Oct 2, 2003
8:39 am
... Glad to hear it :) -- Regards, Michael...
3831 Ng, Man Fei
manfeing Offline Send Email
Oct 2, 2003
9:38 am
Hi There is an utility under WinSock programming - HostInfo. It comes in source form i.e. HostInfo.c. To use it, you need a C compiler - I use the free ...
3832 Alla Gelfand
AllaGelfand Offline Send Email
Oct 2, 2003
2:12 pm
Great!!! this is totally terrific - I'll definitely try. Thank you, Alla ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with...
3833 Chris Padilla
chrispyflakes Offline Send Email
Oct 3, 2003
1:27 pm
Not if they don't have local dNS for their NSlookup name resolution. ... unsubscribe@e... ... http://docs.yahoo.com/info/terms/...
3834 amk316 Offline Send Email Oct 7, 2003
7:16 am
Hello again… Thanks for helping me the last time I was here… But I have a new problem….. I am sharing files as a mapped drive "X:" in a main DC server...
3835 Andy Streule
brother_wolf2 Offline Send Email
Oct 7, 2003
7:55 am
u could do it like if exist \\server1\someshare net use x: \\server1\someshare if not exist \\server1\someshare net use x: \\server2\someshare ~Andy ... ...
3836 Raja Sekhar
rajasn Offline Send Email
Oct 7, 2003
8:07 am
Hi, Need help to check the drive of the cdrom.Issue here is i have a boot cd with menu for fdisk,format,...... when i boot the cd , if the disk contains no...
3837 Michael Marquart
foxidrive Offline Send Email
Oct 7, 2003
9:40 am
On stardate Tue, 7 Oct 2003 16:05:53 +0800, Captain Raja Sekhar spake ... Try this. It requires a writable drive, either a floppy or a hard drive or a ram...
3838 Chuck Strickland
chuckstr89134 Offline Send Email
Oct 7, 2003
9:32 pm
Hi All, I did a search and have been reading through your messge files for a while but I didn't see anything addressing my specific problem. I saw a lot of...
3839 Sam Wallace
guillaumedep Offline Send Email
Oct 8, 2003
10:31 am
Hi Chuck , A couple of warnings about the code that follows. First, it is untested. You should treat it as such (put pauses throughout, let all commands echo,...
3840 ramfree
ramfree26 Offline Send Email
Oct 8, 2003
11:05 am
Hi, How do I delete all contents of a directory? I think I read somewhere that deltree no longer exists in Windows 2000 but I still cant find a decent ...
3841 Michael Marquart
foxidrive Offline Send Email
Oct 8, 2003
11:14 am
On stardate Wed, 8 Oct 2003 04:03:22 -0700 (PDT), Captain ramfree spake ... del is enhanced in W2K del /? ... enclose the "path\long filename" in double...
3842 perez@...
jose_perez_c... Offline Send Email
Oct 8, 2003
11:15 am
Hi, this is a w98 version of deltree but still works with Windows 2000. Just copy it into any %path% directory. It's very useful in order to avoid annoying...
3843 perez@...
jose_perez_c... Offline Send Email
Oct 8, 2003
11:16 am
rmdir /q /s "directory name". Michael Marquart <micm@...> 08/10/2003 13:08 Por favor, responda a batchworld Para: batchworld@yahoogroups.com cc: ...
3844 Morris, Lamar
lamarmorrist... Offline Send Email
Oct 8, 2003
11:18 am
This works in NT / 2K ECHO Y|DEL c:\temp\*.* be advised it$B!G(Bs dangerous. Lamar _____ From: ramfree [mailto:ramfree26@...] Sent: Wednesday, October...
3845 Morris, Lamar
lamarmorrist... Offline Send Email
Oct 8, 2003
11:21 am
Those funny looking symbols are supposed to be back slashes, now I got to go figure out what outlook is doing. ECHO Y|DEL c:\temp\*.* Lamar ...
3846 Raja Sekhar
rajasn Offline Send Email
Oct 8, 2003
11:27 am
Thank You for your help.but the script didnt work for me.anyway i have set :L=X option in config .sys to set cdrom drive to x: Thanks, Raja ... From: Michael...
3847 Chuck Strickland
chuckstr89134 Offline Send Email
Oct 8, 2003
2:16 pm
Thanks Sam, this looks like a good temp fix until I can find something that isn't quite so big a hammer. I will test it this morning. I wish I could figure...
3848 Chuck Strickland
chuckstr89134 Offline Send Email
Oct 8, 2003
4:25 pm
This is really crazy. I could swear that the first time I tested Sam's idea (which is quite ingenious) it worked fine deleting the session just as it should...
3849 kcmjr@...
kcmjr Offline Send Email
Oct 8, 2003
4:44 pm
I have frequently found that piping a text file works better than "echo y". Try using an external text file containing only a "y" and pipe it in like this: ...
Messages 3820 - 3849 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