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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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)...
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...
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...
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...
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] ...
... 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...
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...
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...
That's awesome, Mike!!! Totally. You are sooooo cool. Alla ... __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail...
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...
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...
... <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...
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. ...
There is a website - www.sysinternals.net - there you can find a utility to kill the process. ... __________________________________ Do you Yahoo!? Protect...