| Author |
Message |
Topic: Recent Folders script |
robiandi
Replies: 38
Views: 5930
|
Forum: Scripts & Functions Posted: Fri Jan 04, 2008 5:45 pm Subject: Recent Folders script |
| ok |
Topic: Recent Folders script |
robiandi
Replies: 38
Views: 5930
|
Forum: Scripts & Functions Posted: Fri Jan 04, 2008 5:32 pm Subject: Recent Folders script |
@majkinetor
Add UseErrorLEvel on Menu command somewhere on the scripts start.
At label menu_build: there is a line menu tray, useErrorLevel |
Topic: Recent Folders script |
robiandi
Replies: 38
Views: 5930
|
Forum: Scripts & Functions Posted: Fri Jan 04, 2008 5:14 pm Subject: Recent Folders script |
I wish someone could repair this script because is very useful. And I have the same problems with this script as the previous posted here.
I implemented a version where
- is shown the full path of ... |
Topic: For those who use Notepad++ (aka npp) |
robiandi
Replies: 27
Views: 8111
|
Forum: Scripts & Functions Posted: Sat Oct 13, 2007 7:36 pm Subject: For those who use Notepad++ (aka npp) |
| Thanks mosaic, your posting http://www.autohotkey.com/forum/post-120088.html#120088 , Sun May 06, 2007, helped me very much. |
Topic: Organizer Plus v.04 Beta |
robiandi
Replies: 11
Views: 1422
|
Forum: Scripts & Functions Posted: Tue Jan 16, 2007 4:43 am Subject: Organizer Plus v.04 Beta |
| thanks, this time it is working |
Topic: Organizer Plus v.04 Beta |
robiandi
Replies: 11
Views: 1422
|
Forum: Scripts & Functions Posted: Mon Jan 15, 2007 10:12 pm Subject: Organizer Plus v.04 Beta |
| But after copying it to www.autohotkey.com you have to verify it by getting it back to your pc. This last .ahk version is also messed up. ( I extracted the correct version out of your .exe file ) |
Topic: Organizer Plus v.04 Beta |
robiandi
Replies: 11
Views: 1422
|
Forum: Scripts & Functions Posted: Mon Jan 15, 2007 4:22 pm Subject: Organizer Plus v.04 Beta |
| for example, instead of ( line 32):date2=Date: %month%/Úy%/%year% it has to bedate2=Date: %month%/%day%/%year% |
Topic: Organizer Plus v.04 Beta |
robiandi
Replies: 11
Views: 1422
|
Forum: Scripts & Functions Posted: Sun Jan 14, 2007 10:11 pm Subject: Organizer Plus v.04 Beta |
| in the ahk-version above are some typos ( and therefore it is not working) |
Topic: Getting rid of backslash |
robiandi
Replies: 4
Views: 484
|
Forum: Scripts & Functions Posted: Sun Nov 12, 2006 5:07 pm Subject: Getting rid of backslash |
on a german keyboard I would suggest for the characters \ {
:*?://::\
:*?:/ /:://
:*?:77 7::777
:*?:777::{{}
... |
Topic: run scripts directly from the forum! |
robiandi
Replies: 12
Views: 2076
|
Forum: Scripts & Functions Posted: Fri Nov 10, 2006 6:20 pm Subject: run scripts directly from the forum! |
See also from garry (24.09.2005)
http://www.autohotkey.com/forum/viewtopic.php?p=33368#33368 |
Topic: Script Helper |
robiandi
Replies: 2
Views: 959
|
Forum: Scripts & Functions Posted: Sun Nov 05, 2006 9:46 am Subject: Script Helper |
- I start the program
- I fill the edit-field of Project Name with: test_maestrith
- I press the button: Project Name
- I fill the edit-field of Add Include with: test_maestrith1
- I press the bu ... |
Topic: Client & Server Script for TCP/IP Network Communication |
robiandi
Replies: 98
Views: 12264
|
Forum: Scripts & Functions Posted: Fri Nov 03, 2006 3:00 pm Subject: Client & Server Script for TCP/IP Network Communication |
| copy - paste - network adresses specified - run without error <== great, Zed Gecko |
Topic: Miscallaneous Settings, volume, sys info |
robiandi
Replies: 12
Views: 1048
|
Forum: Scripts & Functions Posted: Tue Oct 03, 2006 6:50 am Subject: Miscallaneous Settings, volume, sys info |
| It works fine on my PC, Win2000. |
Topic: Alarm Clock |
robiandi
Replies: 16
Views: 4014
|
Forum: Scripts & Functions Posted: Mon Oct 02, 2006 12:10 pm Subject: Alarm Clock |
@Guest 1:
I use german Win2000.
Replace simply (at line 101)ControlGetText, Alarm_Date, SysDateTimePick321, Alarm Clock
StringSplit, Alarm_MDY, Alarm_Date, /
StringLen, Alarm_M_Cnt, Alarm_MDY1
If ... |
Topic: ClipFile(s) - a clip helper |
robiandi
Replies: 4
Views: 945
|
Forum: Scripts & Functions Posted: Sun Oct 01, 2006 11:46 am Subject: ClipFile(s) - a clip helper |
I enjoy it.
A little improvement:
In both scripts replace Send ^c
winclose A
winactivate, %MyWorkWin%
send ^v ; PASTE CLIP ON WORKING WINDOWby Send ^c
winclose A
to_send := clipb ... |
| |