| Author |
Message |
Topic: Joiner |
dinkosta
Replies: 3
Views: 1220
|
Forum: Scripts & Functions Posted: Sat Dec 20, 2008 10:16 am Subject: Joiner |
Below is the original script. Before posting the script I tried to shorten it and probably made a mistake in that process.
I made this 2 or 3 years ago, but haven't had the time to work on it more, s ... |
Topic: Joiner |
dinkosta
Replies: 3
Views: 1220
|
Forum: Scripts & Functions Posted: Fri Dec 19, 2008 7:17 pm Subject: Joiner |
This small app can join up to five mp3 and mpg files and it works quite well for me, but some features are missing.
Modifications and improvements are welcome.
; Author: Dejan Kostic
; Add th ... |
Topic: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
dinkosta
Replies: 272
Views: 82153
|
Forum: Scripts & Functions Posted: Wed Apr 26, 2006 9:52 pm Subject: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
I've just tested it and it works great with new language files.
Excellent job! |
Topic: kiu Icons manager: quickly change icon files |
dinkosta
Replies: 11
Views: 6944
|
Forum: Scripts & Functions Posted: Wed Apr 26, 2006 7:53 pm Subject: kiu Icons manager: quickly change icon files |
| Yes, everything works OK, it's just this annoying white message box. |
Topic: kiu Icons manager: quickly change icon files |
dinkosta
Replies: 11
Views: 6944
|
Forum: Scripts & Functions Posted: Tue Apr 25, 2006 10:57 pm Subject: kiu Icons manager: quickly change icon files |
Yes, whenever I type something into that field I get that error message. The same with z, i, p.
Am I the only one with this error message? |
Topic: kiu Icons manager: quickly change icon files |
dinkosta
Replies: 11
Views: 6944
|
Forum: Scripts & Functions Posted: Tue Apr 25, 2006 8:09 pm Subject: kiu Icons manager: quickly change icon files |
Great script, kiu.
I have one problem, though. When I type into the "Select a file type" field some letter the message "File Error. Windows cannot find ERROR" pops up. If a click ... |
Topic: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
dinkosta
Replies: 272
Views: 82153
|
Forum: Scripts & Functions Posted: Fri Apr 21, 2006 8:21 pm Subject: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
Ausgezeichnet.
I especially like the way you solved the problem with external language files, because I was stuck with that for a long time (I couldn't solve the menu problem). It would be even bette ... |
Topic: Decrypt 'UserAssist' registry entries |
dinkosta
Replies: 12
Views: 27238
|
Forum: Scripts & Functions Posted: Sat Apr 08, 2006 8:09 pm Subject: Decrypt 'UserAssist' registry entries |
Thank you for your feedback, robiandi and Serenity.
@Serenity
That are nice suggestions, thanks. |
Topic: Decrypt 'UserAssist' registry entries |
dinkosta
Replies: 12
Views: 27238
|
Forum: Scripts & Functions Posted: Fri Apr 07, 2006 10:39 pm Subject: Decrypt 'UserAssist' registry entries |
Well, here are two links that deal with those entries:
http://www.utdallas.edu/~jeremy.bryan.smith/articles/explorer_spy.html and http://personal-computer-tutor.com/abc3/v29/vic29.htm.
I'm no expert ... |
Topic: Decrypt 'UserAssist' registry entries |
dinkosta
Replies: 12
Views: 27238
|
Forum: Scripts & Functions Posted: Fri Apr 07, 2006 8:30 pm Subject: Decrypt 'UserAssist' registry entries |
Some people are suspicious of the 'UserAssist' entries in the registry, mostly because they are encrypted. Here's a small script that will decrypt those entries:
;;Author: Kostic Dejan
;;Date ... |
Topic: Decrypt 'UserAssist' entries |
dinkosta
Replies: 2
Views: 632
|
Forum: Ask for Help Posted: Wed Apr 05, 2006 8:24 pm Subject: Decrypt 'UserAssist' entries |
Got it!
If I use 'StringMod(a_loopregname,"rot13",26-13)' it does decrypt the entries. |
Topic: Decrypt 'UserAssist' entries |
dinkosta
Replies: 2
Views: 632
|
Forum: Ask for Help Posted: Tue Apr 04, 2006 8:01 pm Subject: Decrypt 'UserAssist' entries |
How can I decrypt the registry entries from 'UserAssist', of course without changing anything in the registry. These entries are encrypted with ROT13, AFAIK. The code I have is bellow:
Gui, Add, ... |
Topic: RegDelete from ListView |
dinkosta
Replies: 7
Views: 1086
|
Forum: Ask for Help Posted: Wed Mar 08, 2006 9:25 pm Subject: RegDelete from ListView |
Thanks a lot, PhiLho.
I did a quick test with a dummy value inside the registry key and it worked. |
Topic: RegDelete from ListView |
dinkosta
Replies: 7
Views: 1086
|
Forum: Ask for Help Posted: Tue Mar 07, 2006 8:38 pm Subject: RegDelete from ListView |
First of all, thank you for your reply PhiLho.
The script I posted is one of the many variations I tried, and I did try to use only %DeleteLine% with 'RegDelete' but that didn't work neither.
I also ... |
Topic: RegDelete from ListView |
dinkosta
Replies: 7
Views: 1086
|
Forum: Ask for Help Posted: Mon Mar 06, 2006 9:34 pm Subject: RegDelete from ListView |
| The script I'm trying to make should retrieve the values from specified registry keys and when I check a row the value from that row should be removed from the registry. Retrieving the values works OK ... |
| |