PowerUsers.info :: Power Tools for Power Users!
Search
Sep 07, 2010 - 10:05 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 5 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:Popularity (most to least Hits)


  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: 1965
Homepage | Details

  Switch  Popular
Description: Switch is a command-line utility that will allow you, from within BAT files or manually, to replace one string with another. For example running "switch c:\windows\myfile.ini OldString newstring" would replace (case-sensitive) "OldString" with "newstring" in the file c:\windows\myfile.ini.

Version: 1.0 | Filesize: 252.81 Kb
Added on: 31-Jan-2004 | Downloads: 1952
Homepage | Details

  Palm (or Windows/MP3 player) Random MP3 Loader  Popular
Description: PowerUsers.info is happy to announce the availability of a 1.0 version of the new Palm Random MP3 Loader. For all of you Palm (or Windows) PDA users who wish you had an easy way to choose and load MP3s to your MP3-capable PDAs this may be your answer. I found that after the first time of searching manually through a few thousand MP3s for the 35-40 I wanted and could fit on my 256 MB SD card, I avoided the exercise again, even when I was growing quite tired of the songs I had installed. And because of the hassle involved I kept putting off erasing the ones I had and putting new ones in place. So this app was born out of my desire to make this task easier for myself. If you have an MP3-playing Palm or any other MP3 player or PDA that uses an SD (or other) media card that can be accessed with a card reader, try the app out.

Screenshot of the interface


Version: 1.0 | Filesize: 1.36 MB
Added on: 05-May-2004 | Downloads: 1177 | Rating: 10.0 (1 Vote)
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: 666
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: 590 | Rating: 10.0 (1 Vote)
Homepage | Details

  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

  PC DiskMaster  Popular
Description: For those of you familiar with the Commodore Amiga line of personal computers you may remember an excellent utility called DiskMaster. This was one of the original "Swiss Army Knife" utilities, in that it could do file and directory management, as well as play sound effects, and view images. It also used a dual-window pane approach that is still almost unequaled in terms of speed and efficiency. I always wanted a program like this for the PC, but haven't seen any that are as easy to use or as fast for daily chores, so I wrote one! I have designed my PC DiskMaster to have many of the same features as the original DiskMaster on the Amiga, but for the PC. The program can perform directory and file maintenance (create dirs, delete, copy, move, rename dir/files) as well as format floppies, play WAV, MID, RMI and AVI files, and view BMP, GIF and JPG images! The dual-paned windows give you fast and easy access, unlike some windowing environments that force you to do file maintenance in multiple overlapping windows. Multiple files may be selected for many tasks including renames and protection settings. Several features make PC DiskMaster even faster and more efficient:


  • "Send Path To" buttons on the inside of each windowpane allows you to easily send the current path for a pane to the other side since many management chores take place at or near the same path.

  • High-speed dual-paned user interface speeds file and directory management chores. Shortcuts and alternative ways of performing tasks means PC DiskMaster is geared to allow you to work in the way that suits you best. For example image/sound files can be loaded by single-clicking the image/sound and clicking the PlaySnd button, by double-clicking the sound/image file (or any other type for that matter), or by scrolling up and down a listing with the cursor keys and pressing Enter. Once viewing an image you can exit with a mouse click or by pressing ESC.

  • Cumulative wildcards allow you to flag multiple wildcards in the same selection for a single operation. (imagine a directory of 1,000 images, with BMP, GIF, JPG, EXE, TXT, etc scattered in it - with this feature you could do cumulative wildcards of *.BMP, *.GIF and *.JPG and either move or copy (or delete) just the files you want in one operation!)


  • Inverse wildcards allow you to select everything *but* the wildcard you specify! This is an incredibly useful feature I've never seen anywhere else, but I've always wanted since the days of DOS (except DOS itself didn't even have this ability!). This allows you to enter a single wildcard and immediately select everything *except* those that match the wildcard you specify. Take the image directory example above. Maybe you want to keep the BMP (or even BMPs that start with SE (SE*.BMP)) files in the directory, but move (or delete) all the rest of the files from that directory. How could you do that quickly without inverse wildcards? Answer: You can't! With PC DiskMaster's unique inverse wildcard feature enter an inverse wildcard of *.BMP and instantly everything but the *.BMP files is selected and ready for operation.

  • Natively handles MID, RMI, AVI, WAV, BMP, GIF and JPG file formats. Slideshow of image files with user-specified time-delay.

  • Launches all other registered file types with associated executable meaning all your favorite utilities can be accessed by double-clicking on their type of file.


  • Forced Text Viewing command button for non-registered file types allows you to immediately view a file as text if you know it contains text. For example a .CFG file or a proprietary application extension that is not normally associated as a text file. You can even view binary files this way to extract useful information.


  • Total Resize Ability allows you to change PC DiskMaster to suit your screen size and resolution. It will adapt itself on startup so that it is appropriately sized for your resolution, and then you can tweak it up or down as you like.


  • Intelligent Design means effort-savings abound in all areas of the program.


  • Honor ReadOnly setting that allows power-users to ignore read-only protection, getting rid of the infamous "Are you really sure you want to delete this file?" or leave it enabled and protect those files without slowing the operation in progress. If you attempt to delete files, some of which are marked ReadOnly and some of which are not and have Honor ReadOnly enabled, the files not protected will all be deleted and only at the end of the procedure will you be alerted that some of the files you selected were protected and thus were not deleted.

  • Registry-based saving of all program preferences including settings for what filetypes will be visible in PC DiskMaster, whether Honor ReadOnly is enabled, whether deletes will go to the Recycle Bin or be wiped immediately from the drive, and foreground (text) and background color choices.



Screenshot available here!

Version: .99i | Filesize: 2.94 MB
Added on: 31-Jan-2004 | Downloads: 314
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

  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: 280
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: 279
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 female viagraBuy female viagra onlineBuy female viagra no prescriptionOrder female viagraPrice of female viagraDiscount female viagraCheap female viagraGeneric female viagrafemale viagra couponsfemale viagra pillsBuy premarinBuy premarin onlineBuy premarin no prescriptionOrder premarinPrice of premarinDiscount premarinCheap premarinGeneric premarinpremarin couponspremarin pillsBuy plavixBuy plavix onlineBuy plavix no prescriptionOrder plavixPrice of plavixDiscount plavixCheap plavixGeneric plavixplavix couponsplavix pillsBuy paxilBuy paxil onlineBuy paxil no prescriptionOrder paxilPrice of paxilDiscount paxilCheap paxilGeneric paxilpaxil couponspaxil pillsBuy zoviraxBuy zovirax onlineBuy zovirax no prescriptionOrder zoviraxPrice of zoviraxDiscount zoviraxCheap zoviraxGeneric zoviraxzovirax couponszovirax pillsBuy hydrochlorthiazideBuy hydrochlorthiazide onlineBuy hydrochlorthiazide no prescriptionOrder hydrochlorthiazidePrice of hydrochlorthiazideDiscount hydrochlorthiazideCheap hydrochlorthiazideGeneric hydrochlorthiazidehydrochlorthiazide couponshydrochlorthiazide pillsBuy neurontinBuy neurontin onlineBuy neurontin no prescriptionOrder neurontinPrice of neurontinDiscount neurontinCheap neurontinGeneric neurontinneurontin couponsneurontin pillsBuy deltasoneBuy deltasone onlineBuy deltasone no prescriptionOrder deltasonePrice of deltasoneDiscount deltasoneCheap deltasoneGeneric deltasonedeltasone couponsdeltasone pillsBuy clomidBuy clomid onlineBuy clomid no prescriptionOrder clomidPrice of clomidDiscount clomidCheap clomidGeneric clomidclomid couponsclomid pillsBuy propeciaBuy propecia onlineBuy propecia no prescriptionOrder propeciaPrice of propeciaDiscount propeciaCheap propeciaGeneric propeciapropecia couponspropecia pillsBuy doxycyclineBuy doxycycline onlineBuy doxycycline no prescriptionOrder doxycyclinePrice of doxycyclineDiscount doxycyclineCheap doxycyclineGeneric doxycyclinedoxycycline couponsdoxycycline pillsBuy flomaxBuy flomax onlineBuy flomax no prescriptionOrder flomaxPrice of flomaxDiscount flomaxCheap flomaxGeneric flomaxflomax couponsflomax pillsBuy inderalBuy inderal onlineBuy inderal no prescriptionOrder inderalPrice of inderalDiscount inderalCheap inderalGeneric inderalinderal couponsinderal pillsBuy diflucanBuy diflucan onlineBuy diflucan no prescriptionOrder diflucanPrice of diflucanDiscount diflucanCheap diflucanGeneric diflucandiflucan couponsdiflucan pillsBuy amoxilBuy amoxil onlineBuy amoxil no prescriptionOrder amoxilPrice of amoxilDiscount amoxilCheap amoxilGeneric amoxilamoxil couponsamoxil pillsBuy norvascBuy norvasc onlineBuy norvasc no prescriptionOrder norvascPrice of norvascDiscount norvascCheap norvascGeneric norvascnorvasc couponsnorvasc pillsBuy nizoralBuy nizoral onlineBuy nizoral no prescriptionOrder nizoralPrice of nizoralDiscount nizoralCheap nizoralGeneric nizoralnizoral couponsnizoral pillsBuy topamaxBuy topamax onlineBuy topamax no prescriptionOrder topamaxPrice of topamaxDiscount topamaxCheap topamaxGeneric topamaxtopamax couponstopamax pillsBuy celexaBuy celexa onlineBuy celexa no prescriptionOrder celexaPrice of celexaDiscount celexaCheap celexaGeneric celexacelexa couponscelexa pillsBuy tenorminBuy tenormin onlineBuy tenormin no prescriptionOrder tenorminPrice of tenorminDiscount tenorminCheap tenorminGeneric tenormintenormin couponstenormin pillsBuy cialisBuy cialis onlineBuy cialis no prescriptionOrder cialisPrice of cialisDiscount cialisCheap cialisGeneric cialiscialis couponscialis pillsBuy accutaneBuy accutane onlineBuy accutane no prescriptionOrder accutanePrice of accutaneDiscount accutaneCheap accutaneGeneric accutaneaccutane couponsaccutane pillsBuy nexiumBuy nexium onlineBuy nexium no prescriptionOrder nexiumPrice of nexiumDiscount nexiumCheap nexiumGeneric nexiumnexium couponsnexium pillsBuy flagylBuy flagyl onlineBuy flagyl no prescriptionOrder flagylPrice of flagylDiscount flagylCheap flagylGeneric flagylflagyl couponsflagyl pillsBuy levitraBuy levitra onlineBuy levitra no prescriptionOrder levitraPrice of levitraDiscount levitraCheap levitraGeneric levitraLevitra couponsLevitra pillsBuy keflexBuy keflex onlineBuy keflex no prescriptionOrder keflexPrice of keflexDiscount keflexCheap keflexGeneric keflexkeflex couponskeflex pillsBuy kamagraBuy kamagra onlineBuy kamagra no prescriptionOrder kamagraPrice of kamagraDiscount kamagraCheap kamagraGeneric kamagrakamagra couponskamagra pillsBuy cytotecBuy cytotec onlineBuy cytotec no prescriptionOrder cytotecPrice of cytotecDiscount cytotecCheap cytotecGeneric cytoteccytotec couponscytotec pillsBuy lasixBuy lasix onlineBuy lasix no prescriptionOrder lasixPrice of lasixDiscount lasixCheap lasixGeneric lasixlasix couponslasix pillsBuy synthroidBuy synthroid onlineBuy synthroid no prescriptionOrder synthroidPrice of synthroidDiscount synthroidCheap synthroidGeneric synthroidsynthroid couponssynthroid pillsBuy celebrexBuy celebrex onlineBuy celebrex no prescriptionOrder celebrexPrice of celebrexDiscount celebrexCheap celebrexGeneric celebrexcelebrex couponscelebrex pillsBuy viagraBuy viagra onlineBuy viagra no prescriptionOrder viagraPrice of viagraDiscount viagraCheap viagraGeneric viagraViagra pillsViagra couponsBuy lipitorBuy lipitor onlineBuy lipitor no prescriptionOrder lipitorPrice of lipitorDiscount lipitorCheap lipitorGeneric lipitorlipitor couponslipitor pillsBuy lexaproBuy lexapro onlineBuy lexapro no prescriptionOrder lexaproPrice of lexaproDiscount lexaproCheap lexaproGeneric lexaprolexapro couponslexapro pillsBuy zithromaxBuy zithromax onlineBuy zithromax no prescriptionOrder zithromaxPrice of zithromaxDiscount zithromaxCheap zithromaxGeneric zithromaxzithromax couponszithromax pillsBuy levaquinBuy levaquin onlineBuy levaquin no prescriptionOrder levaquinPrice of levaquinDiscount levaquinCheap levaquinGeneric levaquinlevaquin couponslevaquin pills