| Author |
Message |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 2:07 am Subject: Layout Macro 2 |
Ok, I have got my 1st Macro sorted reasonably well.
Now on my 2nd Computer I would like to have 3 My Computer's Open, each one taking 1/3rd of the Screen space.
Far left C:\m
Centre F:\G_drive_ ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 2:19 am Subject: Help open all the programs & directories that I need |
I have now basically got all working almost how I want, great. -
Loop 4
Run, iexplore.exe
Run, msimn.exe
Run, C:\Program Files\WordWeb\wwnotray.exe
Run, C:\sm_bible\smw.exe,C:\sm_bible
Ru ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 3:00 am Subject: Help open all the programs & directories that I need |
It seems to work, I typed -
Loop, 10
{
Num++
FileCreateDir, % A_Desktop "\Folder" Num
Run, % A_Desktop "\Folder" Num
WinWait, % "Folder" Num
IfWinExist, % ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 1:37 am Subject: Help open all the programs & directories that I need |
Haven't yet tried to see if 10 My computers open.
Would the combined Code now be -
Loop 4
Run, iexplore.exe
Run, msimn.exe
Run, C:\Program Files\WordWeb\wwnotray.exe
Run, C:\Documents a ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 12:30 am Subject: Help open all the programs & directories that I need |
Ok thanks for the suggestions and workarounds
So to be clear what routines do I use?
would I be correct in combining aafe's & TLM's Code? - i.e
Loop 10
Run,::{20d04fe0-3aea-1069- ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 1:14 pm Subject: Help open all the programs & directories that I need |
I have refined a bit
Run ::{20d04fe0-3aea-1069-a2d8-08002b30309d} ; Opens the "My Computer" folder.
Run, iexplore.exe
Run, iexplore.exe
Run, iexplore.exe
Run, iexplore.exe
Run, msim ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 12:58 pm Subject: Help open all the programs & directories that I need |
I have made a start -
Run ::{20d04fe0-3aea-1069-a2d8-08002b30309d} ; Opens the "My Computer" folder.
Run, iexplore.exe
Run, iexplore.exe
Run, iexplore.exe
Run, iexplore.exe
Run, msi ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 10:14 am Subject: Help open all the programs & directories that I need |
I will try and get back ASAP
Bit dissappointed but oh well. |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 1:22 am Subject: Help open all the programs & directories that I need |
I am obviously asking too much 'cos all I get is - " Read it for yourself "
That isn't helping me one bit that I can't figure out for myself.
Do I want my hand held over this, YES plea ... |
Topic: Help open all the programs & directories that I need |
Composer
Replies: 28
Views: 634
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 12:56 pm Subject: Help open all the programs & directories that I need |
Does any one have the time to help me set up so my system opens up all the programs & directories etc that I need?
1) I need 10 x My Computer directories opened, 5 on the Left hand side of the ... |
Topic: Dummy to AutoHotkey |
Composer
Replies: 1
Views: 182
|
Forum: General Chat Posted: Sun Nov 22, 2009 2:01 am Subject: Dummy to AutoHotkey |
Hello,
Excited about this program IF it will do what I think it means it will do?
i.e. Record my requirements at Start Up and execute them for me automatically?
I hope that is what it means?
... |
| |