PowerUsers.info :: Power Tools for Power Users!
Search
Sep 03, 2010 - 05:31 PM

· Home
· Administration

Modules
· Q&A Archive
· Downloads
· FAQ
· Forums
· Members List
· Recommend Us
· Search All Areas
· Stats
· Stats (detailed)
· Topics
· Top List

 Username
 Password
 Remember me


 Log in Problems?
 New User? Sign Up!

We have 4 guests and 0 members online

Welcome Guest, become a member today.


Tuesday, January 10
·Apple releases first Intel-based Macs (0)
Sunday, January 01
·Rejuvenate your Windows install! (2)
Tuesday, December 20
·Why Apple is better (1)
Tuesday, June 28
·AMD sues Intel for monopoly practices (4)
Sunday, June 05
·Apple ditching PowerPC for Intel! (1)
Thursday, April 21
·32-bit Windows vs 64-bit Windows (513)
Tuesday, February 08
·'The Cranky User' - Why aren't computers today faster-feeling than in the past? (2)
·Firefox spyware predicted to arrive this year (2)
·Microsoft RC1 of 64-bit Windows XP released (2)
Tuesday, January 04
·Apple to produce headless (and cheap) iMac (1)
 Older Articles



[ Main download area | New | Popular | Top rated ]
Category: PowerUser Downloads


Sort downloads by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Resources currently sorted by:Title (A to Z)


  Count  Popular
Description: Count is a utility to help you perform math functions within a BAT script. If you've ever lamented the fact that DOS BAT files can't perform the simplest math operations such as incrementing a value each time through a procedure Count is for you! Count can perform all standard math functions - addition, subtraction, multiplication and division. Count can work with integers (whole numbers like "4" or "-9") or can work with floating point numbers (numbers containing a decimal place like "4.32" or "123.65").

Version: 1.0 | Filesize: 282.19 Kb
Added on: 31-Jan-2004 | Downloads: 333 | Rating: 10.0 (1 Vote)
Homepage | Details

  DateIt  Popular
Description: DateIt is a command-line utility that will allow you, from within BAT files or manually, to "timestamp" the date an operation took place. When run, DateIt obtains the current date from the system and creates a *file* with the name being the date it was run. Quite useful for background jobs that you need to know ran successfully or not.

Version: 1.0 | Filesize: 252.85 Kb
Added on: 31-Jan-2004 | Downloads: 305
Homepage | Details

  DateSet  Popular
Description: DateSet is a utility for retrieving the system date or time and using it from within your DOS shell or a BAT file. This is great for things like renaming log files with the current date or time, or for creating datestamp files to indicate that a process has run successfully. Easy to use, you just install the EXE, then call it and the BAT file it creates to set the environment variables for later use anywhere in your script or at the command-line. Easy docs are in the readme.txt file.

Version: 1.0 | Filesize: 280.73 Kb
Added on: 31-Jan-2004 | Downloads: 588 | Rating: 10.0 (1 Vote)
Homepage | Details

  Defrag By Size  Popular
Description: This utility uses a program called contig.exe that is part of the SysInternals tools.

That program can be obtained at Microsoft's site here:

http://www.microsoft.com/technet/sysinternals/default.mspx

(look under File and Disk Utilities)

Contig defrags individual files, and can be used to defrag a subdirectory or an
entire drive (if invoked at the root - ex contig -s c:\).

What DefragBySize does is to do an initial find from the path given (ex C:\) and then sort all
the files by largest to smallest. Then it invokes contig in the background to do the individual
defrags. In theory this will work better than simply invoking contig with its subdirectory argument
because larger files will be able to take advantage of the larger contiguous spaces first. Whereas
if smaller files are done first they may create redundant work (as contig has to move
previously-defragmented smaller files to make room for larger ones) or make defragging larger files
impossible.

--------
Usage:
--------

Save DefragBySize.exe to your C:\WINDOWS\SYSTEM32 (or WINNT if that's your Windows directory)

DefragBySize x:\[path]

where 'x:' is a valid drive letter, and path is an optional argument (in the event you'd like to only
defrag a portion of your directory structure).

------------
Examples:
------------

Defrag your whole C: drive:

DefragBySize c:\

Defrag your MP3 collection (assuming it's stored at C:\MP3):

DefragBySize c:\mp3


Version: 1.0 | Filesize: 663 bytes
Added on: 11-Mar-2007 | Downloads: 278
Homepage | Details

  Disk Search  Popular
Description: DiskSearch can help with gathering info about a given location on your hard drives.
It can search a given path for files and directories using last access date, last modification date, or by name. You can also combine parameters such as searching for files/dirs that haven't been modified in a certain number of days.

For instance:

ds -m 100 -n work c:\

The above line would begin the search at the root of your C:\ drive for files that have "work" somewhere in the name and haven't been modified in over 100 days.


Version: 1.1 | Filesize: 643.37 Kb
Added on: 01-Jun-2007 | Downloads: 259
Homepage | Details

  FileZero 
Description: FileZero is a utility for determining whether a file is zero-length or not from within a BAT file. Many internet utilities may create an empty zero-length file while they download. Once you know the file's status you can then take action within the BAT file based on that information. If you need an automatic way to wait for a file to change from zero-length to non-zero FileZero can do it for you. See the readme.txt for more information and example usage.

Version: 1.0 | Filesize: 280.80 Kb
Added on: 31-Jan-2004 | Downloads: 221
Homepage | Details

  FTPBatch  Popular
Description: FTPBatch is a command-line utility that will allow you, from within BAT files to automatically transfer files to or from a remote server via FTP. This can be very handy for people who have regular transfers (say nightly or weekly) that need to take place in an automated fashion. The appropriate commands can be put into a BAT or CMD file and scheduled to run on a regular basis with the 'at' command or Scheduled Tasks item in the Accesories/System Tools Start menu.

Version: 1.0 | Filesize: 281.35 Kb
Added on: 31-Jan-2004 | Downloads: 278
Homepage | Details

  FTPBatch (PASV mode)  Popular
Description: For those who need it here is a version of FTPBatch that will use PASV (passive) mode, for performing FTPBatch operations behind firewalls or other network devices that may break normal FTP transmissions.

Version: 1.0 | Filesize: 281.69 Kb
Added on: 31-Jan-2004 | Downloads: 1960
Homepage | Details

  FTPNuke 
Description: FTPNuke is a command-line utility that will allow you, from within BAT files or manually, to delete files from a remote server via FTP. I created FTPNuke as a direct result of a request from a user of FTPBatch who had a need for this functionality. So I wrote it as a general-purpose app so that others may use it too.

Version: 1.0 | Filesize: 280.98 Kb
Added on: 31-Jan-2004 | Downloads: 216
Homepage | Details

  KillTask 3  Popular
Description: KillTask 3 is the latest version of KillTask. It removes the "extreme" option from KillTask 2, and adds a new "-quiet" parameter for times (like in scheduled BAT files) where you do not want the program to alert you with a dialog box if the task you requested to kill was unable to be killed (or was found to not be running at the time).


Version: 1.3 | Filesize: 368.91 Kb
Added on: 27-Sep-2004 | Downloads: 665
Homepage | Details



Select page: 1 2   [ Next >> ]

Web site powered by PostNuke ADODB database libraryPHP Language

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2003 by me
This web site was made with PostNuke, a web portal system written in PHP. PostNuke is Free Software released under the GNU/GPL license.
You can syndicate our news using the file backend.php
Buy viagraBuy viagra onlineBuy viagra no prescriptionOrder viagraPrice of viagraDiscount viagraCheap viagraGeneric viagraBuy cialisBuy cialis onlineBuy cialis no prescriptionOrder cialisPrice of cialisDiscount cialisCheap cialisGeneric cialisBuy levitraBuy levitra onlineBuy levitra no prescriptionOrder levitraPrice of levitraDiscount levitraCheap levitraGeneric levitraBuy viagra softBuy viagra soft onlineBuy viagra soft no prescriptionOrder viagra softPrice of viagra softDiscount viagra softCheap viagra softGeneric viagra softBuy propeciaBuy propecia onlineBuy propecia no prescriptionOrder propeciaPrice of propeciaDiscount propeciaCheap propeciaGeneric propeciaBuy cialis softBuy cialis soft onlineBuy cialis soft no prescriptionOrder cialis softPrice of cialis softDiscount cialis softCheap cialis softGeneric cialis softBuy kamagraBuy kamagra onlineBuy kamagra no prescriptionOrder kamagraPrice of kamagraDiscount kamagraCheap kamagraGeneric kamagraBuy accutaneBuy accutane onlineBuy accutane no prescriptionOrder accutanePrice of accutaneDiscount accutaneCheap accutaneGeneric accutaneBuy zithromaxBuy zithromax onlineBuy zithromax no prescriptionOrder zithromaxPrice of zithromaxDiscount zithromaxCheap zithromaxGeneric zithromaxBuy amoxilBuy amoxil onlineBuy amoxil no prescriptionOrder amoxilPrice of amoxilDiscount amoxilCheap amoxilGeneric amoxilBuy clomidBuy clomid onlineBuy clomid no prescriptionOrder clomidPrice of clomidDiscount clomidCheap clomidGeneric clomidBuy zoviraxBuy zovirax onlineBuy zovirax no prescriptionOrder zoviraxPrice of zoviraxDiscount zoviraxCheap zoviraxGeneric zoviraxBuy lasixBuy lasix onlineBuy lasix no prescriptionOrder lasixPrice of lasixDiscount lasixCheap lasixGeneric lasixBuy hydrochlorthiazideBuy hydrochlorthiazide onlineBuy hydrochlorthiazide no prescriptionOrder hydrochlorthiazidePrice of hydrochlorthiazideDiscount hydrochlorthiazideCheap hydrochlorthiazideGeneric hydrochlorthiazideBuy doxycyclineBuy doxycycline onlineBuy doxycycline no prescriptionOrder doxycyclinePrice of doxycyclineDiscount doxycyclineCheap doxycyclineGeneric doxycyclineBuy flagylBuy flagyl onlineBuy flagyl no prescriptionOrder flagylPrice of flagylDiscount flagylCheap flagylGeneric flagylBuy synthroidBuy synthroid onlineBuy synthroid no prescriptionOrder synthroidPrice of synthroidDiscount synthroidCheap synthroidGeneric synthroidBuy diflucanBuy diflucan onlineBuy diflucan no prescriptionOrder diflucanPrice of diflucanDiscount diflucanCheap diflucanGeneric diflucanBuy premarinBuy premarin onlineBuy premarin no prescriptionOrder premarinPrice of premarinDiscount premarinBuy windows 2008 serverPurchase windows xp professional sp3Buy autocad 2007 softwareBuy norton ghost 15Buy windows 7 resource kitWindows 7 price list indiaBuy native instruments traktor dj studio 3.4Сheap photoshop cs5 extendedWindows 7 price canadaBuy windows 7 oem ukCost of office 2007Cost of microsoft office for macBest price adobe after effects cs4Buy final cut express 4Price of windows vistaBest price final cut express 4Buy microsoft outlook downloadPurchase adobe after effects cs5Purchase windows 7 upgrade family packBuy windows 7 operating systemCheap microsoft office professional 2007Buy windows 7 originalBest price windows 7 ukBuy adobe indesign cs5Cheap windows 2008 serverPurchase windows vista businessCheap microsoft visio 2003Best price windows 7 proWhere to Buy windows 7 australiaBuy quarkxpress 8 macBuy microsoft wordBuy adobe premiere pro cs5Buy propellerhead reason 4Cheap cyberlink powerproducer 5 ultraBest price autocad mechanical 2010Buy cubase 4Purchase maya 2009Price of photoshop elementsBuy adobe contribute cs5Purchase windows 7 professional keyStudent discounts photoshopBuy windows vista retailBest price windows 7 family packCheap windows 7 home premiumWhere to Buy ms moneyWindows xp discount priceCheap rosetta stone spanishBuy microsoft digital image suitePurchase windows xp oemCheap i.r.i.s. readiris pro 11Buy microsoft office 2003 homeCheap microsoft excel 2007Cheap microsoft outlook 2007Price of sql serverWhere to purchase windows 7 starterWindows 7 price for teachersCost of outlook 2007Microsoft Powerpoint 2007Cheap adobe photoshop cs5Buy windows 7 ultimate oemBuy cyberlink powerdvd 9 ultraBuy microsoft windows 7Best price corel draw 11 macPurchase photoshop elements 8Price vista businessCost of sql server licenceBuy vista cheapWhere to Buy windows 7 keyCheap adobe cs5 master collectionBest price steinberg nuendo 4.3Buy sql server 2008Buy turbotax 2009Buy adobe cs5 master collection macBuy windows xp osBuy nero onlineCheap pinnacle studio 14Buy adobe captivate 3Buy windows 7 oem licenseBuy roxio copy & convert 3Buy windows 7 and download onlineCheap adobe cs5 design premiumDiscount windows 7 home premium oemBuy photoshop in indiaBuy mcafee total protection 2009Buy windows 7 pro full versionBuy office 2003Cost of windows 7 home premiumCheap acronis true image 11 homeBest price microsoft frontpage 2003Buy cubase studio 5Steinberg Cubase SX3Buy windows vista ultimatePurchase windows xp discBuy microsoft office 2003 ukBuy windows 7 south africaBuy windows 7 from usaBuy Architect Design SuiteBuy DVD to iPod ConverterBuy DVD to MP4 ConverterBuy DVD to PS3 ConverterAbbyy FineReader 10Buy Abbyy FineReader 9.0 ProfessionalBuy AVI Video ConverterBuy MOV Video ConverterBuy MPEG VCD DVD Video ConverterBuy RM RMVB Video ConverterBuy WMV Video ConverterBuy DVDCopyBuy ACDSeeBuy Canvas 11ACDSee Photo EditorACDSee Photo Manager 2009Buy ACDSee Pro 3Acronis Disk Director Suite 10Buy Disk Director Suite 10Buy True Image 11Buy Komodo IDEBuy Adobe AcrobatBuy Adobe Acrobat 9 Pro ExtendedBuy Adobe After Effects CS4 ProfessionalBuy Adobe After Effects CS5Buy After EffectsBuy Adobe After Effects CS5 MACBuy Adobe CaptivateBuy Adobe Captivate 4Buy Adobe Contribute CS5Buy Creative Suite 5 Design PremiumBuy Creative Suite 5 Master CollectionBuy Creative Suite 5 Web PremiumBuy Creative Suite 4 Design PremiumBuy Creative Suite 4 Master CollectionBuy Creative Suite 4 Master Collection MACBuy Creative Suite 4 Web PremiumBuy Creative Suite 4 Web StandartBuy Creative Suite 4 Web Standart MACBuy Adobe CS5Buy creative suiteBuy Adobe cs5 masterBuy Adobe Director 11Buy DreamweaverBuy Dreamweaver CS5Buy Adobe Dreamweaver CS5 MACBuy Fireworks CS5Buy Adobe Fireworks CS5 MACBuy flash cs5Buy Adobe Flash CS5Buy Adobe Flash CS4Buy Adobe Flash CS5 MACBuy Flex BuilderBuy Adobe Flex Builder