| Author |
Message |
Topic: portable application |
djodjolyon
Replies: 8
Views: 340
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 12:47 pm Subject: portable application |
Thanks.
I couldn't find the zipped file...
I'm I wrong or the edit function in the context menu isn't available in zipped version?
Perhaps I missed something... |
Topic: relative path (noob) |
djodjolyon
Replies: 3
Views: 85
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 10:06 pm Subject: relative path (noob) |
Relative to what ? Rolling Eyes
I'd like to move this folder "AutoHotkey" to somewher else.
in my script I need to run "exlorer" which is in AutoHotkey\Scripts\Démarrage\explorer ... |
Topic: relative path (noob) |
djodjolyon
Replies: 3
Views: 85
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 9:48 pm Subject: relative path (noob) |
Hi,
I looked on the forum but it's too much complicated for me...
I'd like to have a relative path instead of the one I have :
Run, C:\Program Files\AutoHotkey\Scripts\Démarrage\explorer
I'd ... |
Topic: portable application |
djodjolyon
Replies: 8
Views: 340
|
Forum: Ask for Help Posted: Mon Jun 23, 2008 12:46 pm Subject: portable application |
Hi,
I'd like to use autohotkey as a portable application, but I can't figure out how to do that...
Can you tell me how to do that exactly...
I used universal extractor to decompress the insta ... |
Topic: Optimize my script (sleep function) |
djodjolyon
Replies: 4
Views: 333
|
Forum: Ask for Help Posted: Wed May 28, 2008 10:18 pm Subject: Optimize my script (sleep function) |
Thanks for trying to help me.
In fact, winwaitactive doesn't work because when I open a new tab, it open the same folder. So, the windows is allready active.
And for the other stuffs like Send.. ... |
Topic: Optimize my script (sleep function) |
djodjolyon
Replies: 4
Views: 333
|
Forum: Ask for Help Posted: Wed May 28, 2008 1:16 pm Subject: Optimize my script (sleep function) |
Hello,
I want to improve my script.
The one I made just open tabs in a new window. But I hd to put many times the entry "sleep" with a long time because it's not working If I put only 50 f ... |
Topic: [Solved] My hotkey doesn't work!! |
djodjolyon
Replies: 5
Views: 259
|
Forum: Ask for Help Posted: Sat May 17, 2008 4:23 am Subject: [Solved] My hotkey doesn't work!! |
In fact, I don't want to use F4 because my keyboard isn't often on Fmode...
I found the problem I had actually...
It was that I made a mistake in the code... I put control instead of shift.
Tha ... |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Sat May 17, 2008 3:46 am Subject: [Solved] Script to open folders... Doesn't work |
| your run method uses explorer, not cabinet thats why desktop shortcut isn't shown.I didn't want to see the desktop on the windows explorer panel. That's why I put my shortcut at the begining of the sc ... |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Fri May 16, 2008 10:41 pm Subject: [Solved] Script to open folders... Doesn't work |
Hello again,
In fact I found the solution!
The code is here :
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
SetTitleMatchMode, 2
SetKeyDelay, 100
SetMouseDelay, 200
; ------------ ... |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Fri May 16, 2008 8:51 pm Subject: [Solved] Script to open folders... Doesn't work |
Thank you for answering back...
First Here is my script now as you told me :
; Execute the shortcut that open a window on the workstation and hide the desktop in windows explorer folder tree
Run, ... |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Thu May 15, 2008 7:44 pm Subject: [Solved] Script to open folders... Doesn't work |
Hi k3ph,
I'm just begining in autohotkey!
Can you tell me where I need to put "thats: ahk_class ExploreWClass" exactly?
Thank you |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Thu May 15, 2008 3:43 pm Subject: [Solved] Script to open folders... Doesn't work |
| No idea? |
Topic: [Solved] My hotkey doesn't work!! |
djodjolyon
Replies: 5
Views: 259
|
Forum: Ask for Help Posted: Thu May 15, 2008 3:40 pm Subject: [Solved] My hotkey doesn't work!! |
I didn't think about Alt+F4.
It's for my windows explorer and I never tried that before, but it works great...
Stupid question!!!
Thanks everybody |
Topic: [Solved] My hotkey doesn't work!! |
djodjolyon
Replies: 5
Views: 259
|
Forum: Ask for Help Posted: Thu May 15, 2008 2:16 pm Subject: [Solved] My hotkey doesn't work!! |
Hello,
Can you please help me make this hotkey work!
I want a hotkey that close my windows.
If I use the close button from my window, it goes in the system tray.
So to close it, I need to close ... |
Topic: [Solved] Script to open folders... Doesn't work |
djodjolyon
Replies: 10
Views: 509
|
Forum: Ask for Help Posted: Thu May 15, 2008 2:45 am Subject: [Solved] Script to open folders... Doesn't work |
After thinking a little, I know why it doesn't work...
It's because I have tabs and so the commands containing "Win"(for window) can't work.
Do you know how I can get around this problem?
... |
| |