<![CDATA[Article Comments for Dick Lewis]]>http://www.windowsitpro.com/authors/author/author/5016642/rsscomment/5016642en-USSun, 27 May 2012 03:28:35 GMTSun, 27 May 2012 03:28:35 GMTShell Scripting 101, Lesson 1http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-1#commentsAnchorTue, 06 Jul 2010 00:06:08 GMT
very useful for me]]>
KhowalTue, 06 Jul 2010 00:06:08 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-1#commentsAnchor
Shell Scripting 101, Lesson 2http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-2#commentsAnchorThu, 29 Oct 2009 13:16:02 GMT
Nice job Dick ! I found this exercise to be quite informative.]]>
JosephThu, 29 Oct 2009 13:16:02 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-2#commentsAnchor
Enumerating Group Membershiphttp://www.windowsitpro.com/article/task-scheduling/enumerating-group-membership#commentsAnchorSun, 21 Sep 2008 23:10:34 GMT
DAD]]>
wangbin42 Sun, 21 Sep 2008 23:10:34 GMThttp://www.windowsitpro.com/article/task-scheduling/enumerating-group-membership#commentsAnchor
How to Preload Commands in a Command Shell Windowhttp://www.windowsitpro.com/article/vbscript/how-to-preload-commands-in-a-command-shell-window#commentsAnchorMon, 08 Sep 2008 17:31:07 GMT
Thanks for letting us know, bob; our customer service team has been notified about the problem. Due to popular demand, I’ve changed this article’s access to Registered User for the next 30 days, so that non-VIP subscribers will be able to view the entire article and download the code.]]>
AnneMon, 08 Sep 2008 17:31:07 GMThttp://www.windowsitpro.com/article/vbscript/how-to-preload-commands-in-a-command-shell-window#commentsAnchor
How to Preload Commands in a Command Shell Windowhttp://www.windowsitpro.com/article/vbscript/how-to-preload-commands-in-a-command-shell-window#commentsAnchorMon, 08 Sep 2008 13:13:13 GMT
where is the rest of the article?]]>
BobMon, 08 Sep 2008 13:13:13 GMThttp://www.windowsitpro.com/article/vbscript/how-to-preload-commands-in-a-command-shell-window#commentsAnchor
Real World Shell Scripting: Auditing the Membership of Privileged Groupshttp://www.windowsitpro.com/article/monitoring-and-analysis/real-world-shell-scripting-auditing-the-membership-of-privileged-groups#commentsAnchorMon, 18 Aug 2008 12:25:47 GMT
Hi venkateshvr, AccountAudit.bat is included in the code zip file with this article, and GroupMembershipTracker.bat is included in the downloadable code with the article "Group Membership Tracking" (InstantDoc ID #38400). You can download both zip files if you are a Windows IT Pro VIP subscriber. Simply click the blue Download the Code Here button. If you are not a subscriber and wish to subscribe, please click the yellow Subscribe Now! button at the top of the page to go to the subscribe page. Thanks for reading!]]>
AnneMon, 18 Aug 2008 12:25:47 GMThttp://www.windowsitpro.com/article/monitoring-and-analysis/real-world-shell-scripting-auditing-the-membership-of-privileged-groups#commentsAnchor
Real World Shell Scripting: Auditing the Membership of Privileged Groupshttp://www.windowsitpro.com/article/monitoring-and-analysis/real-world-shell-scripting-auditing-the-membership-of-privileged-groups#commentsAnchorThu, 14 Aug 2008 07:24:39 GMT
Where can I download these batch files AccountAudit.bat GroupMembershipTracker.bat]]>
venkateshThu, 14 Aug 2008 07:24:39 GMThttp://www.windowsitpro.com/article/monitoring-and-analysis/real-world-shell-scripting-auditing-the-membership-of-privileged-groups#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorWed, 13 Aug 2008 07:40:48 GMT
Ugh... I’m having a hard time with this. Basically, this is my scenario. We have a Sharepoint server backing up hourly to a network directory. This directory is backed up to Backup Exec nightly. I need some command line utility that I can put in a batch file to delete folders and files in the original backup directory that are older than 1 day. Thanks in advance for your assistance.]]>
JonWed, 13 Aug 2008 07:40:48 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorWed, 13 Aug 2008 07:26:28 GMT
I’m completely new to the command FORFILES, so please excuse my questions. All I’m trying to do it to delete files and folders if they are over 1 day old. How do you get the directory folders themselves to delete? My batch file deletes the files, but leaves the folders. Please let me know what I’m doing wrong: FORFILES -p D:\Test -s -m *.* -d -1 -c "Cmd /C del /s /q *.* @PATH @ FILE]]>
JonWed, 13 Aug 2008 07:26:28 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Two Tricks for Your Scripting Toolbelthttp://www.windowsitpro.com/article/server-management/two-tricks-for-your-scripting-toolbelt#commentsAnchorTue, 05 Aug 2008 09:04:14 GMT
aaa]]>
MariusTue, 05 Aug 2008 09:04:14 GMThttp://www.windowsitpro.com/article/server-management/two-tricks-for-your-scripting-toolbelt#commentsAnchor
Real-World Scripting: Create or Append HOSTS Fileshttp://www.windowsitpro.com/article/scripting/real-world-scripting-create-or-append-hosts-files#commentsAnchorTue, 29 Jul 2008 06:39:12 GMT
its cool]]>
klinux3r Tue, 29 Jul 2008 06:39:12 GMThttp://www.windowsitpro.com/article/scripting/real-world-scripting-create-or-append-hosts-files#commentsAnchor
Real-World Scripting: Automate the Download of Virus Definition Fileshttp://www.windowsitpro.com/article/perl/real-world-scripting-automate-the-download-of-virus-definition-files#commentsAnchorWed, 18 Jun 2008 09:34:12 GMT
hi.. can you share this code with me? i am learning about this and i am interested in this specific actions... thanksss]]>
aWed, 18 Jun 2008 09:34:12 GMThttp://www.windowsitpro.com/article/perl/real-world-scripting-automate-the-download-of-virus-definition-files#commentsAnchor
Real-World Scripting: Test Copy Throughput With a Scripthttp://www.windowsitpro.com/article/perl/real-world-scripting-test-copy-throughput-with-a-script#commentsAnchorThu, 12 Jun 2008 12:09:00 GMT
good]]>
zachThu, 12 Jun 2008 12:09:00 GMThttp://www.windowsitpro.com/article/perl/real-world-scripting-test-copy-throughput-with-a-script#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorMon, 12 May 2008 08:56:23 GMT
Yeah! If I pay next to nothing for one excellent product, I should get all there other products for free! It’s almost like Penton is trying to make a profit or something. GO figure! What happened to IT wellfare?]]>
KevinMon, 12 May 2008 08:56:23 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
Test Your Antivirus Softwarehttp://www.windowsitpro.com/article/antivirus/test-your-antivirus-software#commentsAnchorSun, 04 May 2008 13:32:27 GMT
Good Hunting McAfee VirusScan..Greatest.. :)]]>
outinsideSun, 04 May 2008 13:32:27 GMThttp://www.windowsitpro.com/article/antivirus/test-your-antivirus-software#commentsAnchor
Script Your Own Desktop Diagnostic Toolhttp://www.windowsitpro.com/article/desktop-management/script-your-own-desktop-diagnostic-tool#commentsAnchorMon, 28 Apr 2008 19:01:38 GMT
D]]>
DemetriusMon, 28 Apr 2008 19:01:38 GMThttp://www.windowsitpro.com/article/desktop-management/script-your-own-desktop-diagnostic-tool#commentsAnchor
Real-World Scripting: Ping Reporthttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchorThu, 28 Feb 2008 09:00:06 GMT
One of our customer service reps will be contacting you to determine why you can’t see the article. Thanks for bring this to our attention! Karen Bemowski Editor Scripting Pro VIP]]>
kbemowski@scriptingprovip.com Thu, 28 Feb 2008 09:00:06 GMThttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchor
Real-World Scripting: Ping Reporthttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchorThu, 28 Feb 2008 06:21:55 GMT
Why are you asking me to post comments on an artical you wont show me? Obviously its about as useful as a chocolate teapot!]]>
JohnThu, 28 Feb 2008 06:21:55 GMThttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchor
Adding Startup Scripts to GPOshttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchorWed, 20 Feb 2008 20:24:06 GMT
Dick Lewis is an expert when it comes to Windows shell scripting. You can check out the other articles he has written at http://windowsitpro.com/authors/authorid/543/543.html]]>
kbemowski@scriptingprovip.com Wed, 20 Feb 2008 20:24:06 GMThttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchor
Adding Startup Scripts to GPOshttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchorWed, 20 Feb 2008 18:57:03 GMT
very good]]>
tonchevag@yahoo.comWed, 20 Feb 2008 18:57:03 GMThttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchor
Real-World Scripting: Data Migration with Robocopy, Part 2http://www.windowsitpro.com/article/scripting/real-world-scripting-data-migration-with-robocopy-part-2#commentsAnchorTue, 12 Feb 2008 19:21:28 GMT
This is CRAZZY!!! We should not have to give Microsoft another $80.00 to finish reading these import articles. I paid once, that should be enough!]]>
JOSEPHTue, 12 Feb 2008 19:21:28 GMThttp://www.windowsitpro.com/article/scripting/real-world-scripting-data-migration-with-robocopy-part-2#commentsAnchor
Rem: Obtaining PCs’ MAC Addresseshttp://www.windowsitpro.com/article/task-scheduling/rem-obtaining-pcs-mac-addresses#commentsAnchorWed, 12 Dec 2007 05:31:19 GMT
Why would this script keep giving an error "dsquery failed:A referral was returned from the server." Running dsquery from the command line works just fine!]]>
JohnWed, 12 Dec 2007 05:31:19 GMThttp://www.windowsitpro.com/article/task-scheduling/rem-obtaining-pcs-mac-addresses#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorSat, 01 Sep 2007 11:23:50 GMT
I agree with Kris and Scott and completely disagree with Joe finding his opinion to be somewhat condescening and plainly flying against the grain in that we have already paid hard earned money for what!?! To give you more hard earned money? I and --sounds like others too-- will be going down the roadl Have fun with your Penton pub Joe! I’ll be find a new pub with a better happy hour, and cleaner taps! I.e. the popups and adverts on this site couldn’t be more annoying!]]>
BenjaminSat, 01 Sep 2007 11:23:50 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
Win2K Computer Startup Scriptshttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchorMon, 16 Jul 2007 16:15:19 GMT
mdefoe: As a Windows IT Pro subscriber, you can access all code published in the Windows IT Pro print magazine and its online version at windowsitpro.com. Scripting Pro VIP (formerly Windows Scripting Solutions) is a separate publication that requires its own subscription. I will temporarily make this article available to registered users, so you can access its code. Please contact me at agrubb@windowsitpro.com if you’d like more information about subscribing to Scripting Pro VIP. --Anne Grubb, Web Lead Editor, Windows IT Pro and SQL Server Magazine]]>
AnneMon, 16 Jul 2007 16:15:19 GMThttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchor
Win2K Computer Startup Scriptshttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchorThu, 12 Jul 2007 08:30:07 GMT
What code or script stuff can I access as a subscriber to WInITPro? mdefoe@email.com]]>
MatthewThu, 12 Jul 2007 08:30:07 GMThttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchor
Active Directory Querieshttp://www.windowsitpro.com/article/scripting/active-directory-queries#commentsAnchorTue, 08 May 2007 14:43:54 GMT
Really helpfull]]>
GholamrezaTue, 08 May 2007 14:43:54 GMThttp://www.windowsitpro.com/article/scripting/active-directory-queries#commentsAnchor
Robocopy FAQhttp://www.windowsitpro.com/article/resource-kit/robocopy-faq#commentsAnchorFri, 23 Mar 2007 19:45:39 GMT
mhhnzf]]>
WilliamFri, 23 Mar 2007 19:45:39 GMThttp://www.windowsitpro.com/article/resource-kit/robocopy-faq#commentsAnchor
Getting Started in NT Shell Scripting, Part 1http://www.windowsitpro.com/article/scripting/getting-started-in-nt-shell-scripting-part-1#commentsAnchorMon, 05 Feb 2007 14:31:39 GMT
There is no article here??? 8182]]>
KennethMon, 05 Feb 2007 14:31:39 GMThttp://www.windowsitpro.com/article/scripting/getting-started-in-nt-shell-scripting-part-1#commentsAnchor
Real-World Scripting: Deleting Files by Their Agehttp://www.windowsitpro.com/article/perl/real-world-scripting-deleting-files-by-their-age#commentsAnchorThu, 07 Dec 2006 17:24:48 GMT
Is there any current location to find the File::Tools or File::Recurse modules by Aaron Sherman? It looks like they haven’t been readily available since 2000 or 2001 sometime. This code is sorely outdated and pretty much useless without it.]]>
AaronThu, 07 Dec 2006 17:24:48 GMThttp://www.windowsitpro.com/article/perl/real-world-scripting-deleting-files-by-their-age#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorTue, 07 Nov 2006 06:55:05 GMT
What both of you need to realize is that you don’t subscribe to the Scripting newsletter. Just because you subscribe to the WindowsITPro magazine doesn’t mean you should have the right to view any of the Penton media publications.]]>
JoeTue, 07 Nov 2006 06:55:05 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorThu, 26 Oct 2006 14:44:23 GMT
I Agree with Kris. I am a WindowsITPro Subscriber, and frankly I am dissapointed that every time I need to search for a solution I find that the money I spent was a waste because I need ANOTHER subscription to read the article I need.]]>
ScottThu, 26 Oct 2006 14:44:23 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
5 Scripts for Managing Local Groupshttp://www.windowsitpro.com/article/permissions/5-scripts-for-managing-local-groups#commentsAnchorTue, 17 Oct 2006 11:11:21 GMT
I am trying the ’MemberOF’ bat file and it just keeps flashing in the command windows. I never get the prompt for the User ID at all. Any ideas?]]>
LEETue, 17 Oct 2006 11:11:21 GMThttp://www.windowsitpro.com/article/permissions/5-scripts-for-managing-local-groups#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorTue, 05 Sep 2006 22:14:36 GMT
This is really a bunch of BS. i was trouble shooting a problem when i found a potential fix on windows IT pro - but i couldn’t look at it until i subscribed. Now i am looking for robocopy info and find this Robocopy XP010 FAQ article - which says "want to read more just pay another 79.00 for the scripting newsletter. What kind of crap is this - i don’t think you’ll be getting repeat business from me. If you have anything to say about this please email me a kris.viehe@wamu.net]]>
KrisTue, 05 Sep 2006 22:14:36 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
What is a beta exam?http://www.windowsitpro.com/article/training-and-certification2/what-is-a-beta-exam-#commentsAnchorTue, 08 Aug 2006 15:07:34 GMT
what is the beta exam about?]]>
sharonhendrix Tue, 08 Aug 2006 15:07:34 GMThttp://www.windowsitpro.com/article/training-and-certification2/what-is-a-beta-exam-#commentsAnchor
5 Scripts for Managing Local Groupshttp://www.windowsitpro.com/article/permissions/5-scripts-for-managing-local-groups#commentsAnchorThu, 27 Jul 2006 07:42:34 GMT
no use]]>
KevinThu, 27 Jul 2006 07:42:34 GMThttp://www.windowsitpro.com/article/permissions/5-scripts-for-managing-local-groups#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorSat, 13 May 2006 00:06:14 GMT
Are you sure the user can’t use RoboCopy as stated? I think he is correct and it add’s additonal possibilities. I’m using his method because it allows me to del files based upon Access Date ubnlike ForFiles which uses a different date. (creation or modify I’m not sure)]]>
smartcop Sat, 13 May 2006 00:06:14 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorTue, 25 Apr 2006 12:57:36 GMT
I found the code at URL: www.windowsitpro.com/Files/07/49078/49078.zip]]>
CarlTue, 25 Apr 2006 12:57:36 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
I keep seeing &quot;contract for hire&quot; positions advertised. Is that a good option for me?http://www.windowsitpro.com/article/training-and-certification2/i-keep-seeing-quot-contract-for-hire-quot-positions-advertised-is-that-a-good-option-for-me-#commentsAnchorTue, 25 Apr 2006 12:10:09 GMT
Hello buyers. These is Ericson Laja of ericsonlaja store inc.I have a good news for you.I want you to buy your phones,ipod,mp3 player,laptop at a very cheap price .If you have interest mail me at (ericsonlajastoreinc@yahoo.com) or call us(+2348025623329) .The goods price are place bellow thanks for you inquiry. Best regard Ericson Laja mp3 player Mp3 Player Price List iRiver IFP-790T MP3 Player = $80 H10 6GB MP3 Player = $120 Sonic Impact Technologies 512MB MP3 Player w/ Flash Drive & Voice = $85 iriver H10 5GB MP3 Player, Gray = $110 YP-MT6X Yepp 512MB Portable Compact Digital Music MP3 Player = $70 Zen Micro 5 GB MP3 Player - Dark Blue [ Creative Labs = $100 iRiver 5 GB MP3 Player (Silver) = $110 Creative Labs NOMAD Jukebox Zen Xtra 30 GB MP3 Player = $90 Sony MZ-NH600D 1GB MP3 Player Hi-MD Walkman Digital Music Player = $90 Network Walkman NW-HD1 20GB MP3 Player = $150 Cowon iAudio X5 20GB MP3 Player = $110 Digital Audio Players from Motorola: Audio MP3 Players, Digital = $70 Gigabeat Meg-F60S 60GB MP3 Player - Gray = $155 Sony 1GB Personal MP3 Player, Network Walkman = $100 Creative Zen Micro 6GB MP3 Player (red) = $125 laptops SONY VAIO A217S-- 100GB-- 512MB RAM-- XP HOME-------------$300 SONY VAIO B1VP-- 40GB HD-- 512MB RAM-- XP PRO--------------$330 SONY VAIO T370P/L-- 60GB HD-- 512MB RAM-- XP----------------$200 SONY VAIO A215Z 60GB HD-- 512MB RAM-- XP------------------$2450 SONY VAIO A397XP-- 80GB HD-- 512MB RAM-- XP----------------$300 SONY VAIO B100B08 60GB HD-- 512MB RAM-- XP---------------$250 SONY VAIO B100B08 60GB HD-- 512MB RAM-- XP---------------$400 SONY VAIO FS295VP 80GB HD-- 512MB RAM-- XP---------------$350 SONY VAIO FS215Z 100GB HD-- 512MB RAM-- XP---------------$350 SONY VAIO A417M 80GB HD-- 512MB RAM-- XP-----------------$450 SONY VAIO B1VP-- 40GB HD-- 512MB RAM-- XP PRO-------------$200 SONY VAIO T370P/L-- 60GB HD-- 512MB RAM-- XP PRO----------$400 SONY VAIO LAPTOP-- VGN-A117S---------------$400 phones Nokia N91 220$ Nokia 6060 145$ Nokia 6111 132$ Nokia 6270 125$ Nokia 6270 115$ Nokia 6280 125$ Nokia N90 115$ Nokia N70 115$ Nokia Vertu 155$ Nokia 5140i 125$ Nokia 6230i 115$ Nokia 8800 105$ Nokia 6021 105$ Nokia 6030 115$ Nokia 6680 125$ Nokia 6681 120$ Nokia 6101 110$ Nokia 6822 110$ Nokia 7710 110$ Nokia 6170 145$ Nokia 6260 145$ Nokia 3510i 95$ Nokia 6630 120$ Nokia 9300 110$ Nokia 7260 120$ Nokia 7270 110$ Nokia 7280 120$ Nokia 6670 110$ Nokia 6020 120$ Nokia 3220 65$ Nokia N-GAGE QD 75$ Nokia 7610 120$ Nokia 9500 145$ Nokia 5140 85$ Nokia 6610i 120$ Nokia 7200 133$ Nokia 6230 145$ Nokia 6820 120$ Nokia 7600 105$ Nokia 6600 120$ Nokia 6800 105$ Nokia 6220 120$ Nokia 6620 120$ Nokia 7250i 65$ Nokia 8910i 120$ Nokia 6100 95$ SAMSUNG D600 155$ SAMSUNG P860 165$ SAMSUNG P850 sidekick 1 $110 sidekick 2 $100 Sony Ericsson K500i.....130 USD Sony Ericsson P800......200 USD Sony Ericsson P900......260 USD Sony Ericsson P910i.....270 USD Sony Ericsson T230......80 USD Sony Ericsson T310......80 USD Sony Ericsson T610......100 USD Sony Ericsson Z1010.....180 USD Sony Ericsson Z200......90 USD Sony Ericsson Z600......130 USD Sony Ericssson T630.....130 USD Sony Ericsson S700i.....170 USD Sony Ericsson S750i.....170 USD 9806LL/A) MP3 Player = USD$110 Motorola A388C......170 USD Motorola A760.......250 USD Motorola A768.......260 USD Motorola A768i......200 USD Motorola A780.......290 USD Motorola C550.......90 USD Motorola C650.......100 USD Motorola E365.......100 USD Motorola E398.......120 USD Motorola E680.......240 USD Motorola RAZR V3....270 USD Motorola V220.......170 USD Motorola V303.......100 USD Motorola V400.......150 USD Motorola V500.......150 USD Motorola V501.......200 USD Motorola V525.......150 USD Motorola V600 (OEM) w/ Bluetooth Headset..260 USD Motorola V600 OEM...180 USD Motorola V690.....170 USD Motorola V750.....180 USD Motorola V80......200 USD Motorola V80 with Bluetooth...260 USD Motorola V872.....200 USD Motorola V878....180 USD Motorola V300....150 USD Samsung D500...240 USD Samsung E600...140 USD Samsung E800...180 USD Samsung P510...120 USD Samsung SGH-D410.200 USD Samsung SGH-D500..270 USD Samsung SGH-E700..150 USD Samsung SGH-E715..170 USD Samsung SGH-P100..130 USD Samsung SGH-P400..95 USD Samsung SGH-P408..240 USD Samsung SGH-P730..150 USD Samsung SGH-S200..90 USD Samsung SGH-S300..70 USD Samsung SGH-S300M..100 USD Samsung SGH-S500...100 USD Samsung SGH-V200...110 USD Samsung SGH-X400...100 USD Samsung SGH-X430...100 USD Samsung SGH-X600...100 USD Samsung X450.......100 USD ipods Apple iPod from hp 40GB = USD$150 Apple iPod from HP 20GB = USD$120 Apple iPod U2 Special Edition 20GB = USD$130 HP Apple iPod / 40GB / Click Wheel / MP3 Player = USD$170 Apple iPod MP3 Player, 20gb = USD$115 Apple iPod Shuffle1GB MP3 Player = USD$85 Apple iPod for Windows - Digital player - 10GB Hard Drive = USD$130 Apple iPod 40GB 3rd Gen M9245LL/A A1040 = USD$140 Hewlett Packard Apple iPod from HP 20GB With Click Wheel = USD$95 Apple Ipod 20GB 4th Generation = USD$130 APPLE iPod mini Player 4G Light Blue Model M9802ZP/A = USD$93 Kingston Apple iPod from hp 40GB with Click Wheel = USD$140 iPod Mini 6GB = USD$145 iPod 60GB = USD$170 iPod Mini 4GB = USD$105 Apple iPod shuffle (512 MB - M9724LL/A) MP3 Player = USD$80 Apple iPod mini Green Second Gen. (4 GB - M9806LL/A) MP3 Player = USD$110 (ericsonlajastoreinc@yahoo.com)(+2348025623329) ]]>
Ericson Laja Tue, 25 Apr 2006 12:10:09 GMThttp://www.windowsitpro.com/article/training-and-certification2/i-keep-seeing-quot-contract-for-hire-quot-positions-advertised-is-that-a-good-option-for-me-#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorTue, 11 Apr 2006 17:42:20 GMT
No script as of April 11th,2006 Thanks!]]>
KHALEDTue, 11 Apr 2006 17:42:20 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Real-World Scripting: Ping Reporthttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchorThu, 30 Mar 2006 14:16:26 GMT
I just want to see the damn article]]>
KRAIGThu, 30 Mar 2006 14:16:26 GMThttp://www.windowsitpro.com/article/internet/real-world-scripting-ping-report#commentsAnchor
Getting Startedhttp://www.windowsitpro.com/article/scripting/getting-started#commentsAnchorThu, 23 Mar 2006 09:54:00 GMT
For the Love Of God, I’m logged in, why do I see the "Subscribe To Windows IT Pro on the bottom half of every page. I’m logged in, I’m a subscriber, make this crap go away. Joe]]>
JOSEPHThu, 23 Mar 2006 09:54:00 GMThttp://www.windowsitpro.com/article/scripting/getting-started#commentsAnchor
Watch Out for Possible Problems with Task Scheduler, Cacls, and Xcaclshttp://www.windowsitpro.com/article/internet/watch-out-for-possible-problems-with-task-scheduler-cacls-and-xcacls#commentsAnchorWed, 22 Mar 2006 05:23:16 GMT
A better alternative to the built in Task Scheduler is VisualCron. http://www.visualcron.com]]>
HenrikWed, 22 Mar 2006 05:23:16 GMThttp://www.windowsitpro.com/article/internet/watch-out-for-possible-problems-with-task-scheduler-cacls-and-xcacls#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorThu, 16 Mar 2006 14:03:26 GMT
Those Scripts sound awesome, please put them up ASAP! tx]]>
PATRICKThu, 16 Mar 2006 14:03:26 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorMon, 13 Mar 2006 12:22:44 GMT
Still no scripts, Monday 13, 2006.]]>
VickyMon, 13 Mar 2006 12:22:44 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorThu, 09 Mar 2006 12:20:20 GMT
Still no scripts, Thursday Mar 9th.]]>
JimThu, 09 Mar 2006 12:20:20 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorTue, 07 Mar 2006 10:29:55 GMT
still no scripts as of Tuesday Mar 7th]]>
MikeTue, 07 Mar 2006 10:29:55 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorSun, 05 Mar 2006 10:05:22 GMT
We’re very sorry about the missing download link; we’ll get that put up for you Monday March 6. Please accept our apologies! --the editors]]>
BarbSun, 05 Mar 2006 10:05:22 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorSun, 05 Mar 2006 10:05:22 GMT
We’re very sorry about the missing download link; we’ll get that put up for you Monday March 6. Please accept our apologies! --the editors]]>
BarbSun, 05 Mar 2006 10:05:22 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorThu, 02 Mar 2006 05:31:45 GMT
I do not see any code to download?]]>
JOEThu, 02 Mar 2006 05:31:45 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Test Your Antivirus Softwarehttp://www.windowsitpro.com/article/antivirus/test-your-antivirus-software#commentsAnchorThu, 23 Feb 2006 00:35:31 GMT
The article is well thought out and the batch could be useful if modified to point to testing a real virus. Unfortunately, other than to see if you haven’t partially uninstalled your anti-virus solution or corrupted it or seriously misconfigured it, you will be out of luck testing with EICAR. EICAR test files are seriously a joke and in no way gauge how valuable or decent your anti-virus software might be. For an understanding of just how good an AV product is or is not one might try going to www.av-comparatives.org for an honest perspective as to the quality of the AV an individual or company will decide to use. Hopefully they will check an unbiased site such as this before they purchase an overpriced solution with bells and whistles with a weak/slow support system with poor definitions and a weak heuristic scanning engine. All anti-viruses are sadly not created equal. Most people will find out this fact to late when the damage is done. Expecting EICAR test to show the strength or lack of it of an AV would be foolish at best. A ten year old AV with no updates and worst in class could scan EICAR files detect them and pass the "test" so to speak. This is why EICAR test has no real value in my mind. Well no offense intended of course but to ask if if AV is doing it’s job by using EICAR well thanks but no thanks.]]>
asdgThu, 23 Feb 2006 00:35:31 GMThttp://www.windowsitpro.com/article/antivirus/test-your-antivirus-software#commentsAnchor
Small Scripts Pack Powerhttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchorWed, 15 Feb 2006 16:21:13 GMT
Where are the scripts?]]>
JWed, 15 Feb 2006 16:21:13 GMThttp://www.windowsitpro.com/article/task-scheduling/small-scripts-pack-power#commentsAnchor
Scripting Sequenced Shutdownshttp://www.windowsitpro.com/article/task-scheduling/scripting-sequenced-shutdowns#commentsAnchorWed, 28 Dec 2005 14:28:24 GMT
Great article on automating shutdowns across an enterprise. Thanks]]>
JEFFWed, 28 Dec 2005 14:28:24 GMThttp://www.windowsitpro.com/article/task-scheduling/scripting-sequenced-shutdowns#commentsAnchor
Scripting Sequenced Shutdownshttp://www.windowsitpro.com/article/task-scheduling/scripting-sequenced-shutdowns#commentsAnchorWed, 14 Dec 2005 15:05:15 GMT
This would work as well; Dim oFSO, oTS, sClient, oWindows, oLocator, oConnection, oSys Dim sUser, sPassword ’set remote credentials sUser = "Administrator" sPassword = "bhiad,aat!" ’open list of client names Set oFSO = CreateObject("Scripting.FileSystemObject") Set oTS = oFSO.OpenTextFile("C:\clients.txt") Do Until oTS.AtEndOfStream ’get next client name sClient = oTS.ReadLine ’get WMI locator Set oLocator = CreateObject("WbemScripting.SWbemLocator") ’Connect to remote WMI Set oConnection = oLocator.ConnectServer(sClient, _ "root\cimv2", sUser, sPassword) ’issue shutdown to OS ’ 4 = force logoff ’ 5 = force shutdown ’ 6 = force rebooot ’ 12 = force power off Set oWindows = oConnection.ExecQuery("Select " & _ "Name From Win32_OperatingSystem") For Each oSys In oWindows oSys.Win32ShutDown(6) ’<---remember to change this to 4,5,6, or 12 and remove this message b4 useing.’ Next Loop ’close the text file oTS.Close WScript.Echo "All done!"]]>
scriptgod Wed, 14 Dec 2005 15:05:15 GMThttp://www.windowsitpro.com/article/task-scheduling/scripting-sequenced-shutdowns#commentsAnchor
Robocopy XP010 FAQhttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchorFri, 16 Sep 2005 07:25:33 GMT
good]]>
FREDFri, 16 Sep 2005 07:25:33 GMThttp://www.windowsitpro.com/article/migration/robocopy-xp010-faq#commentsAnchor
Top 10 GUI Tools for Scriptwritershttp://www.windowsitpro.com/article/scripting/top-10-gui-tools-for-scriptwriters#commentsAnchorThu, 25 Aug 2005 02:08:03 GMT
yawn boring]]>
Anonymous User Thu, 25 Aug 2005 02:08:03 GMThttp://www.windowsitpro.com/article/scripting/top-10-gui-tools-for-scriptwriters#commentsAnchor
Real-World Scripting: Querying Telnet Ports for Device Informationhttp://www.windowsitpro.com/article/perl/real-world-scripting-querying-telnet-ports-for-device-information#commentsAnchorSat, 20 Aug 2005 16:25:12 GMT
asda]]>
Anonymous User Sat, 20 Aug 2005 16:25:12 GMThttp://www.windowsitpro.com/article/perl/real-world-scripting-querying-telnet-ports-for-device-information#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorMon, 23 May 2005 12:39:03 GMT
In the following -- forfiles -pH:\asdf -s -m*.* -d-1 -c"cmd /c del @path\@file" Try this --- Capitalize FORFILES @PATH and @FILE --- worked for me]]>
Anonymous User Mon, 23 May 2005 12:39:03 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Shell Scripting 101, Lesson 4http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchorSun, 22 May 2005 18:46:57 GMT
perfect and precise]]>
Anonymous User Sun, 22 May 2005 18:46:57 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorThu, 19 May 2005 15:15:22 GMT
When I execute the code, it states "the system cannot find the file specified". But, when i do the ’forfiles -pC:\ -m*.blah" it finds the files I’m looking for. It just won’t delete. Here is my complete coding..any help here?? """"forfiles -pH:\asdf -s -m*.* -d-1 -c"cmd /c del @path\@file" I also did the 0x22..and still nothing......???]]>
Anonymous User Thu, 19 May 2005 15:15:22 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Adding Startup Scripts to GPOshttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchorTue, 17 May 2005 13:52:55 GMT
Good article.]]>
Anonymous User Tue, 17 May 2005 13:52:55 GMThttp://www.windowsitpro.com/article/permissions/adding-startup-scripts-to-gpos#commentsAnchor
Rem: Add Groups to Servers Simultaneouslyhttp://www.windowsitpro.com/article/permissions/rem-add-groups-to-servers-simultaneously#commentsAnchorWed, 11 May 2005 04:09:28 GMT
Hi, Would the use of "Restricted Group" in group policy not be a better option? With restricted groups you can ensure the right groups are there and no extra’s. It also allows easy removal of groups. http://support.microsoft.com/default.aspx/kb/320045/?sd=RMVP&fr=1 Kind Regards Craig Swan]]>
Anonymous User Wed, 11 May 2005 04:09:28 GMThttp://www.windowsitpro.com/article/permissions/rem-add-groups-to-servers-simultaneously#commentsAnchor
Rem: Add Groups to Servers Simultaneouslyhttp://www.windowsitpro.com/article/permissions/rem-add-groups-to-servers-simultaneously#commentsAnchorTue, 10 May 2005 14:34:01 GMT
This article was good]]>
Anonymous User Tue, 10 May 2005 14:34:01 GMThttp://www.windowsitpro.com/article/permissions/rem-add-groups-to-servers-simultaneously#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorWed, 20 Apr 2005 08:23:24 GMT
I noticed that forfiles checks on the modification date, is there a possibility to check on the creation date?]]>
Anonymous User Wed, 20 Apr 2005 08:23:24 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorTue, 19 Apr 2005 08:35:09 GMT
Make sure your @FILE is in caps]]>
Anonymous User Tue, 19 Apr 2005 08:35:09 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorTue, 12 Apr 2005 09:50:45 GMT
You must put space after option and must use @file variable. The following line should be work Forfiles -p C:\delold -m *.txt -d -30 -c "CMD /C del @file"]]>
diego.busca@fastwebnet.itTue, 12 Apr 2005 09:50:45 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorTue, 12 Apr 2005 09:45:49 GMT
May be you have to put a space between -p and the path]]>
Anonymous User Tue, 12 Apr 2005 09:45:49 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Real-World Scripting: Document Network Data About Your Class C Subnethttp://www.windowsitpro.com/article/ip-addressing/real-world-scripting-document-network-data-about-your-class-c-subnet#commentsAnchorFri, 25 Mar 2005 06:28:20 GMT
Hello I have try to test your script but it posts me the following error: it do not know order NOW why?]]>
Anonymous User Fri, 25 Mar 2005 06:28:20 GMThttp://www.windowsitpro.com/article/ip-addressing/real-world-scripting-document-network-data-about-your-class-c-subnet#commentsAnchor
5 Ways to Automate Disk-Space Managementhttp://www.windowsitpro.com/article/perl/5-ways-to-automate-disk-space-management#commentsAnchorSat, 19 Mar 2005 19:27:27 GMT
Here’s a tool you can use from a batch script to help visual disk space: http://www.foldersizes.com/ ]]>
Anonymous User Sat, 19 Mar 2005 19:27:27 GMThttp://www.windowsitpro.com/article/perl/5-ways-to-automate-disk-space-management#commentsAnchor
Getting Started with Scriptinghttp://www.windowsitpro.com/article/perl/getting-started-with-scripting#commentsAnchorMon, 14 Mar 2005 13:55:20 GMT
where can we get file-tools now? None of these links work.]]>
Anonymous User Mon, 14 Mar 2005 13:55:20 GMThttp://www.windowsitpro.com/article/perl/getting-started-with-scripting#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorMon, 14 Mar 2005 13:42:05 GMT
When I run forfiles like this (remove files older then 30 days in the C:\DELOLD directory): Forfiles -pC:\delold -m*.txt -d-30 -c"CMD /C del" I get this: Forfiles -pC:\delold -m*.txt -d-30 -c"CMD /C del" The syntax of the command is incorrect. I’m not quite sure what I’m doing wrong (tried various changes). Thank you]]>
Anonymous User Mon, 14 Mar 2005 13:42:05 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Shell Scripting 101, Lesson 8http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchorThu, 03 Mar 2005 15:31:40 GMT
FYI: Sometime the input file contains commas and spaces and other natural delimiters. I needed to set the carriage return as my "delim=". What I found is that this can be done by setting any character that is NOT present in the input file as the delimiter will cause the CR to act as the delim.]]>
Anonymous User Thu, 03 Mar 2005 15:31:40 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchor
Real-World Scripting: Data Migration with Robocopy, Part 1http://www.windowsitpro.com/article/migration/real-world-scripting-data-migration-with-robocopy-part-1#commentsAnchorThu, 03 Mar 2005 13:20:04 GMT
Thanks this script saved me loads of time.]]>
Anonymous User Thu, 03 Mar 2005 13:20:04 GMThttp://www.windowsitpro.com/article/migration/real-world-scripting-data-migration-with-robocopy-part-1#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorWed, 02 Mar 2005 09:24:54 GMT
Delete file name with space -You can use 0x22 as mentioned above this puts Quotes (") around your file name. On my version of forfiles its not accepting space after flags. e.g To delete files older then 100 days in c:\temp dir forfiles -pc:\temp -s -m*.* -d-100 -c"CMD /C del /q 0x22@PATH\@FILE0x22"]]>
Anonymous User Wed, 02 Mar 2005 09:24:54 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Shell Scripting 101, Lesson 10http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-10#commentsAnchorThu, 24 Feb 2005 16:32:12 GMT
All the 10 lessons are really helpful for beginners like me. Thank you so much. Krishnamoorthi.BM.]]>
Anonymous User Thu, 24 Feb 2005 16:32:12 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-10#commentsAnchor
Real-World Scripting: Use WOL to Wake Up Your Machines Remotelyhttp://www.windowsitpro.com/article/task-scheduling/real-world-scripting-use-wol-to-wake-up-your-machines-remotely#commentsAnchorThu, 24 Feb 2005 08:24:38 GMT
Awsome info pointed me in the right direction for our own WOL solution. the way is uses the csv file in specific.]]>
Anonymous User Thu, 24 Feb 2005 08:24:38 GMThttp://www.windowsitpro.com/article/task-scheduling/real-world-scripting-use-wol-to-wake-up-your-machines-remotely#commentsAnchor
Environment Variable Commandshttp://www.windowsitpro.com/article/scripting/environment-variable-commands#commentsAnchorWed, 23 Feb 2005 12:10:41 GMT
Hi, What are the exclamation points for in the 3rd to last line in Listing 3? "If !%res%!==!Online! ECHO We could do another operation on node %line% like change" Thanks! ]]>
JEFFWed, 23 Feb 2005 12:10:41 GMThttp://www.windowsitpro.com/article/scripting/environment-variable-commands#commentsAnchor
Shell Scripting 101, Lesson 8http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchorMon, 21 Feb 2005 08:06:17 GMT
does anyone know how to set the delimiter to the sign " ?]]>
drohbeckMon, 21 Feb 2005 08:06:17 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchor
Win2K Computer Startup Scriptshttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchorThu, 17 Feb 2005 10:45:53 GMT
Catch22 On the section "Develpoers need Administrators rights" How does the login script get the rights to add domain groups to the local admins? -If run as a User Startup script, the user would already need admin rights on the local computer. -If run as a Computer start up script, the local System account would need permissions to query/access the domain.]]>
ANDYThu, 17 Feb 2005 10:45:53 GMThttp://www.windowsitpro.com/article/permissions/win2k-computer-startup-scripts#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorFri, 04 Feb 2005 12:45:10 GMT
Microsoft currently has a utility to delete bad mail. I can be downloaded free from http://www.microsoft.com/exchange/downloads/2003/default.mspx]]>
CHRISTOPHERFri, 04 Feb 2005 12:45:10 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Rem: Use Forfiles to Delete Old Fileshttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchorWed, 26 Jan 2005 10:35:35 GMT
Is it possible to use Forfiles to delete files in a directory with a space in the name? I’m trying to clear out a directory named "E:\exchsrvr\Mailroot\vsi 1\badmail". I cannot get Forfiles to work on this directory. Could you provide any ideas or workarounds? I’ve tried shares and lots more, but nothing works. Thanks much!]]>
WILLIAMWed, 26 Jan 2005 10:35:35 GMThttp://www.windowsitpro.com/article/file-management/rem-use-forfiles-to-delete-old-files#commentsAnchor
Real-World Scripting: Testing and Changing Administrator Account Passwordshttp://www.windowsitpro.com/article/perl/real-world-scripting-testing-and-changing-administrator-account-passwords#commentsAnchorTue, 18 Jan 2005 04:41:34 GMT
Informative!]]>
Anonymous User Tue, 18 Jan 2005 04:41:34 GMThttp://www.windowsitpro.com/article/perl/real-world-scripting-testing-and-changing-administrator-account-passwords#commentsAnchor
Splitting Lists to Boost Query Performancehttp://www.windowsitpro.com/article/performance/splitting-lists-to-boost-query-performance#commentsAnchorTue, 11 Jan 2005 12:41:37 GMT
Much better than an entire insipid issue dedicated to Sciptomatic, however. Thanks and keep up the good work.]]>
RYANTue, 11 Jan 2005 12:41:37 GMThttp://www.windowsitpro.com/article/performance/splitting-lists-to-boost-query-performance#commentsAnchor
Splitting Lists to Boost Query Performancehttp://www.windowsitpro.com/article/performance/splitting-lists-to-boost-query-performance#commentsAnchorTue, 11 Jan 2005 12:35:35 GMT
1. The script one can download is different from what’s in the magazine. That’s annoying. 2. Anyone wanting to boost performance could shell out for each entry in the "answer file." The problem is not overwhelming the machine that is running umpteen command processes. This script does nothing for that limitation and will gleefully bring a machine to its knees. What’s the point? 3. I’m having difficulties where the (Breakout Number + 1) entry is excluded from having RunOps being run on it. Perhaps the .bat file needs to be changed from GTR to EQU? ]]>
RYANTue, 11 Jan 2005 12:35:35 GMThttp://www.windowsitpro.com/article/performance/splitting-lists-to-boost-query-performance#commentsAnchor
Shell Scripting 101, Lesson 4http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchorWed, 15 Dec 2004 04:25:44 GMT
This is real what i searched for.]]>
Anonymous User Wed, 15 Dec 2004 04:25:44 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchor
Shell Scripting 101, Lesson 1http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-1#commentsAnchorTue, 16 Nov 2004 05:45:05 GMT
Thank You for this site. I have found a LOT of useful info. ]]>
Anonymous User Tue, 16 Nov 2004 05:45:05 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-1#commentsAnchor
Dealing with Spaceshttp://www.windowsitpro.com/article/scripting/dealing-with-spaces#commentsAnchorTue, 09 Nov 2004 12:34:49 GMT
Ninotech Path Copy can copy many path formats, (true not inside scripts, but to get the path in the first place) http://home.worldonline.dk/ninotech/index.htm Download http://www.simtel.net/pub/dl/57104.shtml ]]>
RonTue, 09 Nov 2004 12:34:49 GMThttp://www.windowsitpro.com/article/scripting/dealing-with-spaces#commentsAnchor
Shell Scripting 101, Lesson 4http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchorMon, 08 Nov 2004 23:47:00 GMT
great! thanks a lot for this information!]]>
Anonymous User Mon, 08 Nov 2004 23:47:00 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchor
Programmatically Protect Your Passwordshttp://www.windowsitpro.com/article/permissions/programmatically-protect-your-passwords#commentsAnchorMon, 08 Nov 2004 09:42:39 GMT
Wonderful Info... thanks.]]>
RICH DOCMon, 08 Nov 2004 09:42:39 GMThttp://www.windowsitpro.com/article/permissions/programmatically-protect-your-passwords#commentsAnchor
Shell Scripting 101, Lesson 4http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchorThu, 28 Oct 2004 00:44:25 GMT
I have been getting good information from this site thanks to the one who does this]]>
Anonymous User Thu, 28 Oct 2004 00:44:25 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchor
Shell Scripting 101, Lesson 4http://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchorThu, 28 Oct 2004 00:44:25 GMT
I have been getting good information from this site thanks to the one who does this]]>
Anonymous User Thu, 28 Oct 2004 00:44:25 GMThttp://www.windowsitpro.com/article/server-management/shell-scripting-101-lesson-4#commentsAnchor
Automate Changes to Terminal Services User Settingshttp://www.windowsitpro.com/article/terminal-server-and-services/automate-changes-to-terminal-services-user-settings#commentsAnchorTue, 26 Oct 2004 09:05:08 GMT
Simply excellent in a full Win2k environment!!]]>
Anonymous User Tue, 26 Oct 2004 09:05:08 GMThttp://www.windowsitpro.com/article/terminal-server-and-services/automate-changes-to-terminal-services-user-settings#commentsAnchor
Real-World Scripting: Send Shutdown Warning Messages to Usershttp://www.windowsitpro.com/article/server-management/real-world-scripting-send-shutdown-warning-messages-to-users#commentsAnchorFri, 22 Oct 2004 05:06:17 GMT
jo its very good hehe and i had enjoyed it]]>
Anonymous User Fri, 22 Oct 2004 05:06:17 GMThttp://www.windowsitpro.com/article/server-management/real-world-scripting-send-shutdown-warning-messages-to-users#commentsAnchor
Programmatically Protect Your Passwordshttp://www.windowsitpro.com/article/permissions/programmatically-protect-your-passwords#commentsAnchorMon, 18 Oct 2004 18:08:29 GMT
Very good information and resource tools]]>
KevinMon, 18 Oct 2004 18:08:29 GMThttp://www.windowsitpro.com/article/permissions/programmatically-protect-your-passwords#commentsAnchor
Shell Scripting 101, Lesson 8http://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchorTue, 12 Oct 2004 03:38:13 GMT
Superb.. Has really helped but I wanted to know if it is possible if I have a file like below... xxxxxx,x xxxxxx,x xxxxxx,x Is it possible to test for the value of the ’,x’ in the file so that I can run an if comment on it ]]>
0dysseyTue, 12 Oct 2004 03:38:13 GMThttp://www.windowsitpro.com/article/scripting/shell-scripting-101-lesson-8#commentsAnchor
Creating a Shell Scripting Tools Menu Systemhttp://www.windowsitpro.com/article/scripting/creating-a-shell-scripting-tools-menu-system#commentsAnchorMon, 11 Oct 2004 07:23:37 GMT
I do like this script but the problem is see is that when i run the command i end up back at the "What command would you like to run?" If this could be piped to notepad it would be more useful so that the data would be printed.]]>
ROBMon, 11 Oct 2004 07:23:37 GMThttp://www.windowsitpro.com/article/scripting/creating-a-shell-scripting-tools-menu-system#commentsAnchor
GUI Utilities vs. Scripted Solutionshttp://www.windowsitpro.com/article/task-scheduling/gui-utilities-vs-scripted-solutions#commentsAnchorFri, 03 Sep 2004 00:04:30 GMT
Absolutely. In fact I believe that most GUIs get in the way whereas I can script directly to the api and use it for benchmarking. I have several build process fully automated using nothing but wsf, js and bat. I talk to VSS, dtSearch and anything that moves. I build libraries with the api functions and thus can build utilities and tools whenever the need arises. It does require that I know a wee bit more than the script kiddies though. ]]>
PAMELAFri, 03 Sep 2004 00:04:30 GMThttp://www.windowsitpro.com/article/task-scheduling/gui-utilities-vs-scripted-solutions#commentsAnchor
Real-World Scripting: Use WOL to Wake Up Your Machines Remotelyhttp://www.windowsitpro.com/article/task-scheduling/real-world-scripting-use-wol-to-wake-up-your-machines-remotely#commentsAnchorWed, 07 Jul 2004 13:59:22 GMT
Your Comments (required):Awesome, Guided me through the whole process]]>
Rath Wed, 07 Jul 2004 13:59:22 GMThttp://www.windowsitpro.com/article/task-scheduling/real-world-scripting-use-wol-to-wake-up-your-machines-remotely#commentsAnchor
Shell Scripting 101, Lesson 5http://www.windowsitpro.com/article/task-scheduling/shell-scripting-101-lesson-5#commentsAnchorTue, 06 Jul 2004 09:56:29 GMT
The Shell scripting 101 pages are an excelent resource for all sorts of tasks. As a newly appointed sysadmin I need to expand my skills in this area and constanly end up at this site when browsing the web for tips. From now on I will just come straight here, and give google a rest!]]>
Steven Wood Tue, 06 Jul 2004 09:56:29 GMThttp://www.windowsitpro.com/article/task-scheduling/shell-scripting-101-lesson-5#commentsAnchor
I can’t get a job without some experience or get some experience without a job. How can I break out of this loop?http://www.windowsitpro.com/article/training-and-certification2/i-can-t-get-a-job-without-some-experience-or-get-some-experience-without-a-job-how-can-i-break-out-of-this-loop-#commentsAnchorMon, 05 Jul 2004 01:29:01 GMT
Yes Good Article But Im Still In Need Of A Good Job.Is It Possible To Help Me With That...I Probably Know More About Computers Then Most Others.]]>
Ceaser Mon, 05 Jul 2004 01:29:01 GMThttp://www.windowsitpro.com/article/training-and-certification2/i-can-t-get-a-job-without-some-experience-or-get-some-experience-without-a-job-how-can-i-break-out-of-this-loop-#commentsAnchor
The 12 Commandments of File Sharinghttp://www.windowsitpro.com/article/permissions/the-12-commandments-of-file-sharing#commentsAnchorThu, 24 Jun 2004 12:14:56 GMT
I liked the print/magazine version. Besides myself, how many people notice the hebrew-letters/numbers backdrop?]]>
bill mentkow Thu, 24 Jun 2004 12:14:56 GMThttp://www.windowsitpro.com/article/permissions/the-12-commandments-of-file-sharing#commentsAnchor