AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 15 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Tue Jan 22, 2008 1:53 am   Subject: Explorer Windows Manipulations
Hello lexikos and ShellTeam:

I finally figured out a way modify the Explorer script so that in XP it will:

(a) launch Explorer so that it shows both panels
(b) it opens to the desired folde ...
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Mon Jan 21, 2008 6:09 pm   Subject: Explorer Windows Manipulations
lexikos: Thank you for the additional info. I have printed it out to keep. Yes, I am running Win XP sp2.

If Windows Explorer is not launched and I press the hotkey to jump to M:\Drivers, I alwa ...
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Mon Jan 21, 2008 3:46 am   Subject: Explorer Windows Manipulations
lexikos: Thank you for kindly answering my questions and for pointing me in the right direction. When I first began studying the script, I did some searching on what looked like a function called Sh ...
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Sun Jan 20, 2008 4:59 pm   Subject: Explorer Windows Manipulations
Since you are quoting me, majkinetor, I find your remarks unnecessarily insulting. I did read the script and I tried several different solutions, but they didn't work. I spent an hour searching thro ...
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Sun Jan 20, 2008 3:07 am   Subject: Explorer Windows Manipulations
Thank you lexikos! That does the job!!! This list is just great!!!

Here's another question. Is there a way when launching Windows Explorer with this program to have both panels in Explorer appea ...
  Topic: Explorer Windows Manipulations
TRS80

Replies: 45
Views: 6407

PostForum: Scripts & Functions   Posted: Sat Jan 19, 2008 5:31 pm   Subject: Explorer Windows Manipulations
I would like to set up a few more hotkeys in this script. For example, I tried to add a hotkey so that Windows Explorer would "jump" to my drivers folder on drive M. (M:\Drivers) How are ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Sat Dec 29, 2007 3:32 am   Subject: Is it possible to execute a script in Opera?
Thanks Murp|e!! I overlooked the necessity of putting a carriage return after the :: characters. That was the problem! This code produces expected results. Whew. Something so simple. Sad


F3 ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Thu Dec 27, 2007 9:36 pm   Subject: Is it possible to execute a script in Opera?
Yes Murp|e, you understand correctly.

For example:

This will work:

F2::Run Opera.exe
F3::Send {F4} ; opens mail handler in Opera 6
F4::Send !{F4} ; close Opera

This will not work:

F3: ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Thu Dec 27, 2007 3:42 am   Subject: Is it possible to execute a script in Opera?
Murp|e: Evidently your success is possible because you are using a portable version of Opera. I tested your full routine on Opera 9.21 and Opera 6.02 tonight and even though your code launched Opera ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Sun Dec 23, 2007 8:21 pm   Subject: Is it possible to execute a script in Opera?
Murp|e I also tried your code on an old computer running Opera version 6, replacing !MR with {F4} (to enable the mail handler) and still nothing. In fact, I cannot seem to get Opera to respond to any ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Sun Dec 23, 2007 3:47 pm   Subject: Is it possible to execute a script in Opera?
Thanks Murp|e for your reply, but for some reason, nothing seems to work. Yes, your code will launch Opera, but no commands are executed within Opera. I'm using Opera 9.21 and Windows XP. Very stra ...
  Topic: Is it possible to execute a script in Opera?
TRS80

Replies: 19
Views: 784

PostForum: Ask for Help   Posted: Sun Dec 23, 2007 4:17 am   Subject: Is it possible to execute a script in Opera?
Is it possible to execute a script that loads Opera and then executes a simple command? For example, I would like to have a script load Opera and activate the email section. I have not been able to ...
  Topic: Trying to do a simple paste - what am I missing?
TRS80

Replies: 4
Views: 272

PostForum: Ask for Help   Posted: Wed Dec 12, 2007 4:01 pm   Subject: Trying to do a simple paste - what am I missing?
Very good! I will edit accordingly. Thanks! This is a great forum.

Update: I tested your command ManaUser, but I had to write the command as "WinWaitActive Untitled - Notebook" in orde ...
  Topic: Trying to do a simple paste - what am I missing?
TRS80

Replies: 4
Views: 272

PostForum: Ask for Help   Posted: Wed Dec 12, 2007 2:02 am   Subject: Trying to do a simple paste - what am I missing?
Thank you VxE! I would not have figured that out. Funny thing was, the existing program worked one time, but only once. I searched and searched the forum to see what various commands people were us ...
  Topic: Trying to do a simple paste - what am I missing?
TRS80

Replies: 4
Views: 272

PostForum: Ask for Help   Posted: Wed Dec 12, 2007 1:31 am   Subject: Trying to do a simple paste - what am I missing?
Hello: I am trying to assign the F12 key to paste whatever I have selected into a new Notepad document that comes to the forefront. What did I overlook? Thanks!


F12::
clipboard = ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group