topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday September 19, 2026, 3:00 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 127next
2701
General Review Discussion / Re: Review suggestions
« Last post by rjbull on November 04, 2006, 03:08 PM »
1. Mind-mapping and diagramming software.

KeyNote no longer enough?   ;D

Marek, nobody's found the definitive notekeeper, but KeyNote generated you immense goodwill.  Take a look at this DonationCoder thread: General brainstorming for Note-taking software

Only 349 replies so far   8)

2702
Clipboard Help+Spell / Feature suggestion: search and replace
« Last post by rjbull on November 04, 2006, 02:41 PM »
Thought I'd posted this, but must have only hit Preview instead of Post.

Mouser,

Not sure how useful it would be, but how about search and replace?  I'm not thinking of regular expressions here, just simple syntax like the basic mode of "Ministry of Truth" (which can do a whole lot more):

atm=at the moment
fwiw=for what it's worth
etc.


2703
Clipboard Help+Spell / Re: Old CHS for Win98?
« Last post by rjbull on November 04, 2006, 02:35 PM »
who has win98 and feels daring ? :)

Errrrm...  well, on a quick (like 30-second) test, at least the basic features seem to work   :)

2704
Post New Requests Here / Re: IDEA: application sensitive pop-up notes
« Last post by rjbull on November 03, 2006, 03:39 AM »
i don't have such a big problem with 'quick notes plus' as i can now use the winkey to create a new note

Any chance of a mini-review of "Quick Notes Plus," please?  I'm currently using Magic Notes  It's OK for general use, but has a few things that could be improved, and doesn't have the context-sensitive feature you're looking for.

2705
Post New Requests Here / Re: IDEA: application sensitive pop-up notes
« Last post by rjbull on November 02, 2006, 11:13 AM »
The web browser "sites I've been to and had bad experiences with" example also makes me wonder what browsers, if any, allow you to generically rate or put down comments for sites in a not-necessarily recommending way.

You might try LinkStash ($19.95):


LinkStash Overview

LinkStash is an outstanding new bookmarks/favorites manager which works for Internet Explorer, Netscape, Mozilla, NetCaptor and Opera. Just 5 minutes with LinkStash and we are betting you will never want to use the IE favorites, Netscape and Opera bookmarks again!

LinkStash will open and close with your browser, and using LinkStash means you can store and organize all your favorite links in a familiar Explorer-style tree arrangement. With fields for comments, ratings, password, date last visited and so on, links can be easily edited, maintained and kept up to date. You can make your bookmarks visible and easy to find by using color highlights. A customizeable toolbar allows you to arrange all your favorite commands in a sensible, custom arrangement of your choice.

2706
General Software Discussion / Total Commander 7.00 public beta 1 is available
« Last post by rjbull on November 02, 2006, 11:01 AM »
Total Commander 7.00 public beta 1 is available for download and testing:  http://www.ghisler.com/700beta.htm

Available from:

  *  Techspot
  *  fileforum.betanews.com
  *  fileburst (your firewall needs to let pass the referer header)

From the Techspot site:


WARNING: This is a beta version. This means that it has been tested only by a small group of alpha testers. You should use this version only with data for which you have a backup, especially the new functions like zipping of files >2GB!




What's new?
This is the latest version of Total Commander giving a sneak peek of what's coming for 7.0. The list of changes is huge, but here's a good overview of what has changed:

- Please report bugs in the beta bugs forum.
- Updated user interface: flat buttons also on XP, new file list icons, drive icons, and bar icons (by external designer)
- Separate background color can be set for odd and even lines
- Compare by content now allows to edit files, and to re-synchronize manually
- Separate tree panel: Either one for both file panels, or one for each
- Lister now supports a text cursor, allows to center images, and resize only larger
- Change attributes allows to use/change content plugin values
- File operation logging
- Show drive letter in folder tabs
- File system plugins can now support custom columns and thumbnails
- Multi-rename-tool: Allow to edit target names directly
- More options in copy overwrite dialog: Compare by content, Rename target, automatic rename, copy all smaller or all larger
- Exclude directories in "Show"-"Custom...", e.g. with *.* | .cvs\
- Increased maximum command line length to 8191 (XP) and 2047 characters (Windows 2000), respectively
- Sort by additional columns, e.g. by size, then by date/time: Ctrl+click on additional columns
- Auto-complete path in command line, current directory, copy dialog etc.
- Use Shift+Del to remove unwanted entries from various comboboxes: Command line, search function, multi-rename-tool etc.
- Secure FTP over SSL/TLS, enter the URL as follows: ftps://ftp.servername.com . Needs openssl dlls stored in Totalcmd directory (not included for legal reasons).
- Custom user-defined commands for main menu and hotkeys
- Alias commands for the command line for internal commands or external programs
- Overwrite dialog allows to show preview images and custom fields
- When a copy/move/delete/create directory operation fails due to insufficient rights, ask user whether he wants to copy as administrator. Also allow a user to give himself permanent read rights to a directory if he knows the administrator password.
- Create ZIP archives > 2GB
- and many more...

2707
General Software Discussion / Re: merge two files to one
« Last post by rjbull on November 01, 2006, 09:33 AM »
You mentioned DOS, so presumably you are happy with command lines.  If I understand you correctly, and the file format is exactly as described, you could try concatenating your files, e.g.

copy file1.txt+file2.txt bigfile.txt

(or use a "cat" program) and sort the result with any sort program.  Or, in one pass and very fast, try RPSORT, available from DOS legacy sites e.g. the Free Software for DOS Web site.  Their sort utilities page is http://home.att.net/...ft/txtutil2.htm#sort

From RPSORT's help:
Usage: RPSORT [/Q] [/Eerrfile] [/]? [inputfile[+inputfile]] [outputfile] [/A]
          [/B] [/C] [/D] [/Fnnnn] [/N] [/P] [/R] [/td][/tr][/table] [/Z] [sort key defin...]

Sort key defin syntax:  /+ [col] [:len] [A] [C] [F] [I] [M] [P] [R] [T] [U]
-------------------------------------------------------------------------------
Parameters may be entered in any order except as noted below.

RPSORT may be run as a filter using redirection.

  For example:    RPSORT   <ipfile   >opfile
           or:    DIR | RPSORT | MORE

Input and output may be specified directly.  Input is one or more
filespecs separated by plus signs.  Output must be a single file. 
Input filespec(s) must precede output filespec.  Filespecs may
include a path.  Wildcard characters are allowed.  Input files are
sorted together into the single output file.

  For example:    RPSORT ipfile*.txt+c:\mydir\ip??file.txt   opfile

By default, RPSORT assumes the input is a text file and that the
entire line is the sort key.  The sort is case insensitive (lower
equals upper case) and just like the DOS SORT it equates foreign
letters, punctuation, and currency symbols to their English
equivalents.  The following screens describe other options.

2708
Clipboard Help+Spell / Re: Old CHS for Win98?
« Last post by rjbull on November 01, 2006, 09:01 AM »
OK.  I haven't tried it, but saw the Win2K requirement on the CHS page, and wondered if that was recent or not.



2709
Clipboard Help+Spell / Old CHS for Win98?
« Last post by rjbull on November 01, 2006, 05:06 AM »
Mouser,

I know the current version of CHS is for Windows 2000 onwards.  Was there ever an older stable version that would work on Win9x?

2710
TapTap / Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Last post by rjbull on October 30, 2006, 08:28 AM »
Mouser,

As well as hotkey utilities one can also find keyboard remappers, like PC Magazine's TradeKeys and JoeJoeSoft's OkayKeeBees.

Your emphasis is on unusual and doubled keystrokes, right?  You're not making a more general keyboard remapper?

2711
HamRadio,

Which other freeware icon editors did you try?  A list might be useful.  I have a note of Fx Icon Maker 32 (freeware) from somewhere.

2712
Darwin,

Thanks for the caveats on DA.

app103,

That's a great license.  I like personal licenses. The WebSite-Watcher one allows me to install on both home and work PCs.  I have a business license to allow the latter, via the recent DC Discount :D  Sounds like ActiveWords will be worth trying.

2713
I used AW under 98 only briefly - before upgrading to Win2k - and have no recollection about whether this feature worked under DOS or not!

;)

The trial is good for 60 days

Generous...  I may check it when I get back from holiday.  I don't remember ActiveWords being mentioned in previous DC threads about text/abbreviation expanders, nor Direct Access that someone mentioned in a FARR thread either:

jgpaiva's abbreviations importer
https://www.donation...dex.php?topic=2598.0
link to jgpaiva's AHK tools https://www.donation...dex.php?topic=3461.0

Harrie's review of Instant Text, and following posts
https://www.donation...dex.php?topic=2631.0

Word AutoCompleter
https://www.donation...1036.msg6713#msg6713
(mentions IntelliComplete, AutoTyping, LetMeType, AllChars, Type Pilot)

However, if ActiveWords only works in DOS boxes in Win2000 onwards, I'd have a hard time justifying the cost given that AHK would probably do most of the same thing, albeit with an "erector kit" approach.

Thanks!


2714
General Software Discussion / Re: Recommend Windows 98 holdout site?
« Last post by rjbull on October 16, 2006, 08:37 AM »
Thanks, app103!   :)
2715
Maybe I didn't describe the topic very well   :-[

ActiveWords runs under Win98SE but it costs $49.95... it'll correct spelling and complete abbreviations in DOS windows.

Darwin,

Do you know if ActiveWords will do substitutions in a DOS box under Win98?  I've found several programs that will expand abbreviations in DOS boxes under Win2000 or later but though they'll work with Windows programs in Win98, they won't work in DOS boxes in Win98.

TIA...

2716
General Software Discussion / Abbreviation expanders for DOS boxes under Win9x?
« Last post by rjbull on October 15, 2006, 04:12 PM »
Related to my plea for a Win98 holdout site...

I like abbreviation expanders like Superkeys, Robotype, Yadabyte Subtext, PowerPro, etc.  At work I use AHK.  But, my home laptop is Win98SE, and I still use certain DOS programs.  I have not yet found an abbreviation expander that works in DOS boxes under Win98.  Some of them don't even work in DOS boxes under Win2000.

Is this actually possible in Win98?

TIA...


2717
General Software Discussion / Recommend Windows 98 holdout site?
« Last post by rjbull on October 15, 2006, 04:07 PM »
Please can anyone recommend a Windows 98 (9x) holdout Web site, for software, tips, tricks, etc?

TIA...


 
2718
Unfinished Requests / Re: IDEA: Text Editor just for text (stay with me)
« Last post by rjbull on October 10, 2006, 04:51 PM »
WinMerge has no problem, though it does take a couple minutes to do the compare, which is no surprise.

Here's Keith Devens on Differencing Programs:

Often a life saver for a programmer. Beyond Compare (version 2) and Examdiff Pro are comparable, and both are reasonably priced. CSDiff has a unique view that will let you view differences inline, which makes it worth having even if you buy any of the others. WinMerge is decent, but go with pretty much any of the others instead of it.
    *    Windiff - Free, comes with Windows. It's probably on your Windows CD, but you can download it here.
    *    Araxis Merge - The best one I've ever seen (by far), but it's not cheap.
    *    ExamDiff and ExamDiff Pro.
    *    Beyond Compare
    *    CSDiff, from ComponentSoftware.
    *    WinMerge
    *    Guiffy - never tried it
    *    Meld, for GNOME
    *    CompareIt from Grig Software looks excellent, though I haven't gotten a chance to try it yet




2719
Post New Requests Here / Re: IDEA: Simple timer/Stop watch app.
« Last post by rjbull on October 04, 2006, 10:06 AM »
It's more a reminder/alarm type app, rather than the timer stop watch idea that i posted about.

I almost suggested "sticky notes"-type applications, but I haven't seen any of them with stopwatch functions.

It's also way to complex in terms of options.

 8)

With this you can't have a countdown on screen to see how much you have left. Also when hidden via applications that hide the program, the alarm notice doesn't popup either!

With Micro Egg Timer you can have both, although you may have to "pin" it to keep it on top.  On the other hand, it looks way too simple for your needs  :)

2720
Post New Requests Here / Re: IDEA: Simple timer/Stop watch app.
« Last post by rjbull on October 04, 2006, 05:10 AM »
I was really looking for something I could hide and call when needed

In the absence of an app that does exactly what you want, you might take a look at the tiny free/donationware hotkey application HoeKey which can hide and unhide things:


* Hide|WindowClass|1=HideToTray,2=HideFromEverything
    * Hide current or specified application, add to hidden stack. Optionally show in systray. 2=Do not add application to stack (stays hidden even after quitting HoeKey)


But I'd also suggest you look at Kirby Alarm, which I've heard of but not tried.
Kirby Alarm Freeware
Kirby Software main page
Even the free version might work for you:


Various options are available to set alarms/programs to run every x minutes/hours/days/months/years, or the last Friday in the month, or the last day in the month. You can define intervals such as every 5 minutes, every other day, every second Tuesday of the month, or Monday and Tuesday of every fornight at a given time.. Along with the ability to define intervals, you can also set run times. For example, you could schedule a task to run every 5 minutes but only between 8:00 a.m. and 5:00 p.m



2721
General Software Discussion / Re: Utility to repair clipboard chain?
« Last post by rjbull on October 04, 2006, 04:40 AM »
in that case, you can get an older version of Yankee Clipper

Good idea, thanks.  I'll probably take a look at Kana Clip and Clipmagic too.  Saw an a.c.f post that suggested that Clipmagic took much less memory than YC3, but that depends how much you believe a.c.f.

I see Clipboard Magic is also free and runs on earlier Windows, but don't know about clipboard chain repair.



2722
Best Dialog Extender / Re: FileBox Extender 1.91.02 - Now FREE!
« Last post by rjbull on October 04, 2006, 04:26 AM »
i would recommend the others above Auto Dialogs.

If it works on Vista when the others won't, or most likely won't, maybe you could suggest MetaProducts crib a few features... ?

2723
Best Dialog Extender / Re: FileBox Extender 1.91.02 - Now FREE!
« Last post by rjbull on October 03, 2006, 04:04 AM »
This is sad news . . . I'd grown quite fond of the app.  My other favorite, File-Ex, hasn't been updated in a long time either. Wonder if they're calling it quits for vista as well.  I hate when software I love dies.

Lanux128, maybe AutoDialogs should be added to the review? 
And the good bit; it's currently on DC members' special offer on MetaProducts Software  :)

AutoDialogs is a Windows 95/98/ME/NT/2000/XP/2003/Vista program that was developed to provide quick access to the folders you use most often in standard Open / Save as / Browse for folder dialogs (including all Microsoft Office versions and Windows 2000/XP/2003 dialog boxes,) Windows Explorer and many other programs.

Using AutoDialogs, you can automatically insert preselected folders into your dialog boxes using a system tray menu (requires only two clicks) or a pre-assigned hot key (one keystroke.) With AutoDialogs, you no longer need dozens of mouse clicks to navigate to that desired folder!
2724
General Software Discussion / Re: Utility to repair clipboard chain?
« Last post by rjbull on October 03, 2006, 03:53 AM »
cough cough.. chs has had it from day 1.
chs also has an option to "auto repair" clipboard chain regularly so you don't have to :)

Don't know whether to be embarassed  :-[  or just beam with delight   :D

<edit>

Oh, oh - "Windows 2k/XP."  I need Win98SE  :(

2725
General Software Discussion / Re: Utility to repair clipboard chain?
« Last post by rjbull on October 02, 2006, 09:20 AM »
I know for sure acetext, clipmate and clipmagic do ) for reconnecting to the clipboard -- but I don't know of any utility that does it universally

Thanks...  Looks like Kana Clip is another with the same ability.  Sounds like a feature Mouser should consider for CH&S.




Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 127next