topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 23, 2024, 9:01 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wetsmellydog [ switch to compact view ]

Pages: prev1 2 3 [4] 5next
76
did you do a search here... from "Drawing with 2 mice"

Hey tomos,

Thanks for the reply.

Yes I did try that program TeamPlayer. The problem with all the programs I found, free or pay, did not allow you to map the buttons on the mice different from each other. This is the most important part of this conundrum. The mice's firmware announce that they are a "mouse" and therefor load mouse drivers. If it were a "new" piece of hardware, windows would ask for the drivers that control the hardware and that is where you would normally find the controls for the new hardware.

I am looking for software that would allow me to map the buttons of each mouse connected to the computer individually.

77
Why you ask. Good question.

I do a lot of audio and video editing. There are a lot of third party hardware/software add-ons to control the software. Most are a group of buttons/wheels that connect via USB and then you set up macros to control the buttons/wheels.

Well why not use that extra/broken mouse? The only problem is that Windows will recognize the mouse but it is used just like the mouse that is already connected.

I have found a few programs on the net that allow two mice and two cursors. These programs will not allow you to program the buttons on the second mouse for a different purpose than what the first mouse buttons are used for.

Soooooo....there you have it.

Thanks,
Larry

78
Developer's Corner / Re: MS Visual Studio Update Killed T-Clock x64
« on: February 19, 2009, 02:09 PM »
Hey Stoic Joker,

There is a gentleman who has been kind enough to post your old programs due to your issues.
They can be found here;

http://www.greggdeselms.com/tclock.html

"This is a special, temporary web page created so that persons who have been given its URL (or who happen to stumble onto it via Google or some other search engine) will be able to download the version of Stoic Joker's T-Clock system tray clock replacement utility that I just happen to have on my computer, which I downloaded from his site back in 2006 or 2007. As of this writing, his web site  has been down for a while, and so no one has been able to download any of his truly outstanding versions of the venerable freeware T-Clock utility..."

79
:) Just in case you haven't found a working solution...

Skrommel

;MoveSameName.ahk
; Moves files with the same name to a common folder
;Skrommel @ 2009

from=C:\Dir1
to=C:\Dir2

Loop,%from%\*.*,0,0
{
  SplitPath,A_LoopFileLongPath,name,dir,ext,name_no_ext,drive
  MsgBOx,Moving`n %A_LoopFileLongPath%`nto`n %to%\%name_no_ext%\%name%
  FileCreateDir,%to%\%name_no_ext%
  FileMove,%A_LoopFileLongPath%,%to%\%name_no_ext%\%name%
}

It keeps asking for confirmation after each file. Will removing MSGBOx line make it more automatic?

80
Here is what I got out of it:
 (see attachment in previous post)
Features:
  • Simple Drag and Drop interface to make life easier!
  • Click Sort and watch as your files are sorted into folder's according to their filenames!
  • After File's are sorted into folders, FileSorter cleans up after itself (deletes the now empty folders)!

Download Here: http://www.codebyter...orter/FileSorter.exe

I hope this helps... I pictured your filenames to look like something to below:
-Folder
-------123.txt
-------123.zip
-------123.jpg
-------234.txt
-------234.zip
-------234.jpg

The result will be:
-Folder
------123
--------------123.txt
--------------123.zip
--------------123.jpg
------234
--------------234.txt
--------------234.zip
--------------234.jpg

Please let me know if there is anything else you would like added :)

EDIT FOR IMAGE CLARIFICATION: The progress bar at the bottom is accurate but Vista's progressbar is kind of weird so I tried to capture the progress bar in motion for you.

So far looks good.
Two things that I can see;
1) Clear list button
2) Option for Move/Copy

Been busy so I have not been able to really put it through its paces but so far so good!  :)

81
this is quite a popular request, take a look at these threads and see if any of them suit your purpose.

https://www.donation...dex.php?topic=7447.0
https://www.donation...dex.php?topic=5269.0
https://www.donation...ex.php?topic=12998.0

All are close but no cigar!  ;D


82
this is quite a popular request, take a look at these threads and see if any of them suit your purpose.

https://www.donation...dex.php?topic=7447.0
https://www.donation...dex.php?topic=5269.0
https://www.donation...ex.php?topic=12998.0

Thanks! I will take a look.

83
I have an abundance of files that have the same prefix ie 123.xx1, 123.xx2, 456.xx1, 456.xx2 ect that need to be sorted and then placed into a directory with the name of the prefix ie c:\123, c:\456.

I only need to define the location of the resulting directory that the files will be placed.

A batch file or AHK program would be fine with me.

Thanks as always! :)

84
Post New Requests Here / IDEA: Download only new Podcasts from website
« on: December 19, 2008, 10:40 AM »
There are several podcasts that I listen to. I go to their website or archive page to get the latest offerings.
On the pages are several links to the podcasts available. I would like a program that will compare the files that I have
in a folder with the ones on the website and download only the ones that I have not downloaded.

I have tried numerous add on programs to Firefox but have not had any luck in being able to single out only the newest files.

An example of a podcast page I go to regularly is Buzz-Out-Loud tech podcast found at http://www.cnet.com/8300-11455_1-10.html

They do daily shows so there is a new podcast every day.

Thanks as always!

85
Post New Requests Here / Re: IDEA: DropFolder
« on: October 16, 2008, 06:55 PM »
Dropfolder by VideoInPicture/or skrommel simplify the whole process with just 2 clicks and without using 2 different program's.

Actually Teracopy does what the others do in 2 clicks or less also. Directfolders complements the program by allowing you to find or make a directory quickly if you are not sure where you want to put the files.

86
Post New Requests Here / Re: IDEA: DropFolder
« on: October 15, 2008, 10:13 PM »
There are two programs from http://www.codesector.com/ that I use everyday that do just about everything you are talking about.

TeraCopy
Free utility designed to copy/move files faster and more secure. Can resume broken file transfers.

Direct Folders
Quick access to your favorite folders and files. Jump to any deeply nested folder in a single mouse click.

Both are available anytime, anywhere in your system when you are working on files, not just on the desktop. Great time savers.

87
Thanks for all the feedback. I will check out all the info and let you know what works out.

Thanks again!  :D

88
I am looking for a VERY simple wav player to play back my school lectures.

What I am unable to find in a simple player is one that will allow me to control the speed of the playback.
My instructor talks fast and it is hard to understand her sometimes. Slowing it down would be great.

It would also be nice to have ff and rev variable to go through areas and yet listen for important info.

I have found this in editing software but have accidentally edited the file by mistake.
Others are very convoluted to use.

I just want a very simple player that has what I have outlined above. Is this a lot to ask?  :tellme:

89
Thanks for keeping the thread alive. I will try it and let you know what I think.

PS I still enable/disable DriveGLEAM as needed.  :D

90
Post New Requests Here / Re: IDEA: Desktop Bring to front
« on: September 11, 2008, 11:08 AM »
If you are just trying to access the files/shortcuts on your desktop, you can right click on on the task bar, choose toolbars and then check desktop. You will have desktop files/shortcuts access on the right of the task bar with one click while your active window(s) are still in place.

91
Post New Requests Here / Re: idea: find files not in both folders
« on: September 08, 2008, 05:08 PM »
Not sure if this will do everything you want but is sure comes close.

It is a free program called allwaysync found at www.allwaysync.com

It is a directory sync program but you can invoke filters to get just the output you want ie non-duplicates. You can then tell it what to do with the files and/or do nothing if you are just comparing. Very powerful. Can see  if time/date stamps match ect.

Allway Sync Features   
Free for personal use synchronization software. No spyware, adware or malware.
Easy-to-use graphical interface.
Performs true bi-directional and n-way file and folder synchronization, forget about backup and restore routines.
File modifications and deletions are tracked in a local database. So, Allway Sync knows the true history of your files - no unnecessary questions asked.
Our innovative, proprietary algorithms do not rely on the accuracy of the system clock or network connection quality. So, Allway Sync helps prevents data loss.
Generates a full report of differences between synchronization folders.
Synchronizes folders as well. Allway Sync detects when folders are removed from one device and removes them from any other corresponding synchronization targets.
Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device (see details).
Capable of synchronizing more than two folders.
Synchronize data between your desktop PCs and laptops over a network.
A good way to backup and restore files if you run Allway Sync in one-way mode.
Specify independent synchronizarion parameters for any number of sets of folders (multiple jobs).
Transfer documents from one computer to another using an intermediate removable drive.
Or just synchronize with a removable device (USB key, flash drive, CDRW, Zip) so that you always have your data with you.
Flexible configuration and customization.
Supports files of any size.



92
Post New Requests Here / Re: IDEA: MP3 player with copy/move feature
« on: September 08, 2008, 01:06 PM »
Thanks for the link Larry, i may just try 1by1, it sounds like the kind of mp3 player i want:
1by1 is a small, fast and handy audio player which is not only small: it provides a smart and versatile environment to handle your file collection and listen to your tracks - with no need for playlists or databases.


I am glad someone else likes the idea. Let me know what you think after kicking the tires.

93
Post New Requests Here / Re: IDEA: MP3 player with copy/move feature
« on: September 08, 2008, 12:04 PM »
I wanted to let everyone know I finally found what I was looking for. Yes I have been searching ever since the post. I can finally shower and shave!  :o

I found this wonderful freeware, yes freeware program that is small, fast and simple.

It is called the Directory Player by 1by1 software http://mpesch3.de1.cc/1by1.html

Thanks again for everyone who takes the time to help out on these sometime esoteric requests.

Larry

94
:) Try TheDIZs!

Extracts DIZ- and NFO-files from RAR-files.
Place UnRar.exe from www.winrar.com in the same folder as TheDIZs.

You can run it to have it ask for a root folder, or add a folder to the command line.

Skrommel

;TheDIZs.ahk
; Extracts DIZ- and NFO-files from RAR-files.
; Place UnRar.exe from www.winrar.com in the same folder as TheDIZs
;Skrommel @ 2008

#SingleInstance,Ignore
#NoEnv
SetBatchLines,-1

If 0=0
{
  FileSelectFolder,start,,3,Select a folder to search for RAR files
  If start=
  {
    MsgBox,0,TheDIZs,You didn't select a folder.
    ExitApp
  }
}   
Else
  start=%1%

crlf:=Chr(13) . Chr(10)
folder:=A_Now
FileDelete,TheDIZs.txt
FileAppend,Scan started %A_Now%%crlf%,TheDIZs.txt

Loop,%start%\*.rar,0,1
{
  FileCreateDir,%A_Temp%\%folder%\
  archive:=A_LoopFileLongPath
  TrayTip,TheDIZs,Scanning %archive%
  RunWait,unrar e -n*.diz -p- %archive% %A_Temp%\%folder%\,,Hide
  RunWait,unrar e -n*.nfo -p- %archive% %A_Temp%\%folder%\,,Hide
  Loop,%A_Temp%\%folder%\*.*
  {
    diz:=A_LoopFileLongPath
    FileRead,content,%diz%
    FileAppend,-----------%crlf%%archive%%crlf%-----------%crlf%%content%%crlf%%crlf%%crlf%,TheDIZs.txt
    FileDelete,%diz%
  }
}

FileRemoveDir,%A_Temp%\%folder%\
FileAppend,Scan stopped %A_Now%%crlf%,TheDIZs.txt
Run,TheDIZs.txt

Well I finally had a chance to try this out (school has been a bitch!) but I am not getting the result I am sure you did.

This is all the text file shows when it is done
Scan started 20080212201023
Scan stopped 20080212201023

unrar.exe is in the same directory as the script.

Any idea?

Thanks!

95
Post New Requests Here / IDEA: Batch read nfo files in RAR archives
« on: February 03, 2008, 09:19 PM »
I am starting to clean out a bunch of software program files from years ago.
Some are in ZIP format but most are RAR. Inside these compressed files is an information text file with the extension of .nfo.

I would like to be able to copy the name of the archive and the text of the nfo file to a separate file so that I can determine if I want to keep or delete the archive. It is also helpful when I archive to a cd/dvd as a content file.

There are plenty of programs that will search out a ZIP file and do just what I want but not any that work with RAR that I have found. I am willing to use command line batch file if anyone is knowledgeable about the RAR archive program.

As always, many thanks in advance!

96
you can try this add-on: EZNav

Thanks lanux128. That is just what I was looking for. Works as advertised.

Thanks again!

97
I use Firefox as my primary browser.

What I would like to do is be able to increment the URL in the navigation bar on a user defined basis.

Example; www.example.com/1.html "press predefined key and have a new URL as" www.example.com/2.html

In the example above, 1.html was incremented to 2.html. The next one would be 3.html ect. ect.

Some sites have a mix of numbers and letters for the pages. I would need to be able to only increment the numbers of the URL.

There are a few sites that I visit that have poorly setup site navigation. In order to be able to page through the sites quicker, it would be nice to be able to press one key than having to hassle with site's navigation buttons and ads.

Thanks!

98
Post New Requests Here / Re: IDEA: a Profile-able Workdesk Desktop
« on: November 15, 2007, 10:49 PM »
I think what psionics is looking for is Virtual Desktops.

A virtual desktop may also refer to setting up separate desktops for different groups of applications and being able to switch back and forth with a hotkey. For example, an architect might have one desktop for CAD and related design programs and another for spreadsheets, word processing and business applications. Grouping applications in this manner keeps the desktop from having an excessive amount of open programs on screen or on the Taskbar at one time.

Microsoft has one that is part of Microsoft PowerToys for Windows XP which can be found here;
http://www.microsoft...oys/xppowertoys.mspx

A quick google found this opensource project VirtuaWin - The Virtual Desktop Manager
http://virtuawin.sourceforge.net/

 

99
Post New Requests Here / Re: IDEA: MP3 player with copy/move feature
« on: November 03, 2007, 12:29 PM »
Much easier with XYplorer 6.50 (soon out): define a UDC (user-defined command) that moves selected files to your target folder, and assign a keyboard shortcut to it. If you know how to do it this one-time step takes you maybe 15 seconds. Then start your pre-listening session and hit your keyboard shortcut whenever you want to move a file. Tap, tap, tap, ... done. :)

Will give it a spin when it comes out.

100
Post New Requests Here / Re: IDEA: MP3 player with copy/move feature
« on: October 30, 2007, 10:41 PM »
just found this via Google: WinAmp File Copy. it hasn't been updated for some time but it's freeware (donations encouraged)..

lanux128  you are the MAN! :Thmbsup:

This is 95% what I am looking for. Works as advertised. A bit of clicking but no dragging and dropping.

Thanks again for looking around and finding this gem. It will save me a lot of time when I make mix cds.

Pages: prev1 2 3 [4] 5next