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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 3950 - 3979 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3950 amhorst Offline Send Email Nov 1, 2003
10:27 am
You need the file Reg.exe for this script. -Available on the Windows 2000 Resource Kit CD. -Comes installed on Windows XP. -Available for download on the...
3951 amhorst Offline Send Email Nov 1, 2003
10:55 am
You need the file Reg.exe for this script. -Available on the Windows 2000 Resource Kit CD. -Comes installed on Windows XP. -Available for download on the...
3952 Sam Wallace
guillaumedep Offline Send Email
Nov 1, 2003
7:11 pm
Hi Eric, I don't think you mentioned this before, but are you going to only run this for one user per machine or are you going to have multiple users on each ...
3953 Alla Gelfand
AllaGelfand Offline Send Email
Nov 3, 2003
8:22 pm
Thank you, thank you so much, I really appreciate it. Alla ... http://www.xav.com/perl/site/lib/Win32/Internet.html#microsoft%20win32%20i ... ...
3954 Andy Streule
brother_wolf2 Offline Send Email
Nov 4, 2003
12:06 pm
you may be interested in a rather fantastic and free program from sysinternals called BGInfo. I mention it because we use it, (recently started) to maintain a...
3955 Alla Gelfand
AllaGelfand Offline Send Email
Nov 4, 2003
4:13 pm
Ken: Everything you said is great. the only problem with WININET.DLL is "Corporate Settings". For example in our environment - you can load a page, but you...
3956 griffithspj101 Offline Send Email Nov 4, 2003
9:00 pm
Hello DOS Gurus! I am trying to copy the contents of multiple text files into a single file using the following syntax: C:\tmp\y>FOR %i in (*.txt) DO type %%i...
3957 Morris, Lamar
lamarmorrist... Offline Send Email
Nov 5, 2003
2:09 am
I need a script that will walk a directory tree, give me a listing of the files there, the grep / find problems like access denied and write them to a log...
3958 Michael Marquart
foxidrive Offline Send Email
Nov 5, 2003
6:11 am
On stardate Tue, 04 Nov 2003 21:00:01 -0000, while visiting Deep Space 9, ... copy *.txt newfile.doc ren newfile.doc newfile.txt -- Regards, Michael...
3959 Derek Byrne
theodorik2003 Offline Send Email
Nov 5, 2003
1:48 pm
Hi, I've tried setting up Windows Media Player to play an avi to loop and run fullscreen to no avail. Does there exist a free media player out there that will...
3960 Morris, Lamar
lamarmorrist... Offline Send Email
Nov 5, 2003
1:51 pm
I believe this will do what you want. (Not Tested). http://www.irfanview.com/ Lamar ________________________________________ From: Derek Byrne...
3961 robertstrom Offline Send Email Nov 5, 2003
1:59 pm
Try this (all one one line) FOR /F "tokens=1 delims=" %i in ('dir /b *.txt') DO type "%i" >> all.txt Don't know where the %27 %28 and %29 were coming from, but...
3962 Tim Musson
mussont Offline Send Email
Nov 5, 2003
2:15 pm
Hey griffithspj101, My MUA believes you used eGroups-EW/0.82 to write the following on Tuesday, November 4, 2003 at 4:00:01 PM. g> C:\tmp\y>>FOR %i in (*.txt)...
3963 griffithspj101 Offline Send Email Nov 5, 2003
5:35 pm
... Space 9, ... single ... Nice and simple! Thanks very much. Peter...
3964 Derek Byrne
theodorik2003 Offline Send Email
Nov 5, 2003
6:27 pm
Hi Lamar, Unfortunately this is not what I'm looking for.. when you tell it full screen it only does the border full screen, the image stays the same. Have...
3965 Morris, Lamar
lamarmorrist... Offline Send Email
Nov 5, 2003
6:42 pm
Have you installed the plug ins, there is a stand alone plug in named IV_Player.exe the looks like it will do full screen. I played with it some and it looks...
3966 ramfree
ramfree26 Offline Send Email
Nov 6, 2003
3:33 pm
Hi, Here is what I am trying to do. I need to create a script that reloads every DB2 dump files (ixf files) in a networked directory. Basically, the table I am...
3967 ramfree
ramfree26 Offline Send Email
Nov 6, 2003
3:46 pm
i forgot to mention that i made a simpler script where i based this from which works, the script has a cr/lf at the end of the "got %%f" line though [script] ...
3968 Michael Marquart
foxidrive Offline Send Email
Nov 6, 2003
4:31 pm
... db2cmd.exe /c /w /i "db2 connect to DEV_CFE1 user db2admin using db2admin && for /f %%f in ('dir /b %IPATH%\*.ixf') do ( for /f "tokens=1,2* delims=. " %%i...
3969 laserdave54321 Offline Send Email Nov 6, 2003
5:53 pm
Need to know how to compile a file that will check the date attributes on a file, and report via net send or messanger if file is <todays date ( or date that...
3970 Michael Marquart
foxidrive Offline Send Email
Nov 6, 2003
6:09 pm
On stardate Thu, 06 Nov 2003 17:53:37 -0000, while visiting Deep Space 9, ... This should help on W2k and higher. @echo off for %%a in (filename.ext) do set...
3971 Alla Gelfand
AllaGelfand Offline Send Email
Nov 6, 2003
10:16 pm
That's awesome, Mike!!! Totally. You are sooooo cool. Alla ... __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail...
3972 David Stanley
laserdave54321 Offline Send Email
Nov 6, 2003
11:21 pm
Michael, Thank you very much! Do you know how I could get the date attribute to change on a weekly basis without having to physically change it?? Also I would...
3973 Michael Marquart
foxidrive Offline Send Email
Nov 7, 2003
5:52 am
On stardate Thu, 6 Nov 2003 15:21:35 -0800 (PST), while visiting Deep Space ... The %date% variable is dynamic, it doesn't need to be changed. Or do you mean...
3974 ramfree
ramfree26 Offline Send Email
Nov 7, 2003
7:33 am
... <snip> ... thanks michael. the syntax for the db2cmd command is in this link -> https://aurora.vcu.edu/db2help/db2n0/frame3.htm#sqln0199 but your solution...
3975 renardlionel Offline Send Email Nov 7, 2003
8:46 am
I m looking for a Batch files that switch a process off.(No use of the task manager panel) Thanks for response...
3976 Michael Marquart
foxidrive Offline Send Email
Nov 7, 2003
8:49 am
On stardate Fri, 07 Nov 2003 08:46:20 -0000, while visiting Deep Space 9, ... http://www.google.com/search?q=pskill -- Regards, Michael...
3977 perez@...
jose_perez_c... Offline Send Email
Nov 7, 2003
8:50 am
kill.exe and tlist.exe will help you. tlist lists the tasks. kill.exe kills any process. http://www.mattkruse.com/utilities/kill-tlist.zip Regards. ...
3978 Alla Gelfand
AllaGelfand Offline Send Email
Nov 7, 2003
4:42 pm
There is a website - www.sysinternals.net - there you can find a utility to kill the process. ... __________________________________ Do you Yahoo!? Protect...
3979 David Stanley
laserdave54321 Offline Send Email
Nov 8, 2003
3:37 pm
Thanks Michael, yes I actually mean the file date. Michael Marquart <micm@...> wrote:On stardate Thu, 6 Nov 2003 15:21:35 -0800 (PST), while...
Messages 3950 - 3979 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