ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

News and Reviews > Mini-Reviews by Members

List of disc catalogers

<< < (2/34) > >>

TucknDar:
maybe you could add price/licence as well? if it's freeware/shareware/Open source...

tomos:
maybe you could add price/licence as well? if it's freeware/shareware/Open source...
-TucknDar (March 15, 2007, 05:06 AM)
--- End quote ---
done - as much as I could find out at any rate

Todo: add the others listed in snapfile link

jonc3b:
I like freeware CDVista at http://www.gentibus.com/index.html

tomos:
I like freeware CDVista at http://www.gentibus.com/index.html
-jonc3b (March 15, 2007, 10:19 PM)
--- End quote ---
thanks jon,
added that - it looks good that one.

is there any chance you could make/post/ or send me a screenshot of main window and/or the search window?
(the ones at its website are mostly details)

Nod5:
Great list. One important feature for these tools is database import/export capabilities so any info on that would be appreciated.

Advanced Disk Catalog hasn't been updated since 2004. It has many good features but lack some basic ones. Like being able to copy the name of a file in the database. I have made a AutoHotKey script to get around that, so if someone else is using ADC and wants to copy filenames then check this out. It puts the name of the selected disc/folder/file in the clipboard when middle mouse button is clicked. The script exits automatically when Advanced Disk Catalog is closed.


--- ---SetTimer, ADC, 2000

ADC:
IfWinNotExist, ahk_class ADCCLASS_ELCOM
 exitapp
return

MButton::
IfWinActive, ahk_class ADCCLASS_ELCOM
goto copyselected
return

copyselected:
SendMessage, 0x111, 204, 0, , ahk_class ADCCLASS_ELCOM
winwait, ahk_class #32770
ControlGetText, x, Static4, ahk_class #32770
if x = Comment
ControlGetText, x, Static5, ahk_class #32770
if x = Last scan
ControlGetText, x, Edit1, ahk_class #32770
WinClose, ahk_class #32770, Comment
clipboard = %x%
return

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version