| Author |
Message |
Topic: conditional hotstrings |
Knowbodynow
Replies: 7
Views: 522
|
Forum: Ask for Help Posted: Tue Apr 14, 2009 1:49 am Subject: conditional hotstrings |
| Thanks for the reply. I like the idea of positioning the cursor between the two tags. Is there any way to add a command to move the cursor immediately after the next ">". Currently I'm us ... |
Topic: conditional hotstrings |
Knowbodynow
Replies: 7
Views: 522
|
Forum: Ask for Help Posted: Sat Apr 11, 2009 12:10 pm Subject: conditional hotstrings |
| I'm trying to make a hot string so that the first time it is activated it types "<p>", the second time "</p>", the third time "<p> and so on. I tried to use ... |
Topic: Automate Making Shortcuts |
Knowbodynow
Replies: 7
Views: 465
|
Forum: Ask for Help Posted: Sat Mar 21, 2009 3:54 am Subject: Automate Making Shortcuts |
Great! I was able to use your idea to automatically create shortcuts on the all users desktop by adding two lines after the OutputVar line:
; Saves Clipboard contents (to be returned ByRe ... |
Topic: Automate Making Shortcuts |
Knowbodynow
Replies: 7
Views: 465
|
Forum: Ask for Help Posted: Wed Mar 18, 2009 9:51 pm Subject: Automate Making Shortcuts |
FYI, when you copy a file, you don't copy the file contents to memory - it only copies the name. So, you won't copy gigabytes to get a name.
Thanks, so do you mean if I avoid using ctr+v and clear ... |
Topic: Automate Making Shortcuts |
Knowbodynow
Replies: 7
Views: 465
|
Forum: Ask for Help Posted: Tue Mar 17, 2009 2:31 pm Subject: Automate Making Shortcuts |
sending "Ctrl+C" will copy the file to the clipboard,
the built in var clipboard will contain the full-path of this file then.
Thanks, copying the file to get the file name seems to be a ... |
Topic: Automate Making Shortcuts |
Knowbodynow
Replies: 7
Views: 465
|
Forum: Ask for Help Posted: Tue Mar 17, 2009 12:03 am Subject: Automate Making Shortcuts |
| Hello, is there anyway to automate creating a shortcut for a selected file and sending the shortcut to the desktop? I've been looking at FileCreateShortcut but need to figure out a way to grab the inf ... |
Topic: Self Remapping Keys |
Knowbodynow
Replies: 4
Views: 423
|
Forum: Ask for Help Posted: Tue Oct 07, 2008 1:17 am Subject: Self Remapping Keys |
Brilliant!! Elegant in the extreme. Thank you very much.
CaH |
Topic: Self Remapping Keys |
Knowbodynow
Replies: 4
Views: 423
|
Forum: Ask for Help Posted: Sun Oct 05, 2008 11:23 pm Subject: Self Remapping Keys |
Hello, I think I know how to remap a key but is there anyway to get a key to remap itself when it is clicked. For example:
space:: 9
And when the space bar is clicked it remaps so:
space:: 8
... |
Topic: Exe Files And Limited User Accounts, Windows XP |
Knowbodynow
Replies: 3
Views: 463
|
Forum: Ask for Help Posted: Fri Aug 22, 2008 1:47 am Subject: Exe Files And Limited User Accounts, Windows XP |
| Thanks for the reply. It was helpful. Can Exe2Ahk work on a regular limited user account? As it happens, I use Online Armor which monitors both inbound and outbound traffic. Even on my Admin account ... |
Topic: Exe Files And Limited User Accounts, Windows XP |
Knowbodynow
Replies: 3
Views: 463
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 3:25 am Subject: Exe Files And Limited User Accounts, Windows XP |
| Hello, I have a question which has been baffling me for a while now. If someone is running a limited user account then admin rights may be required to do some activities. Creating a script using runas ... |
Topic: Passwords in Exe Files? |
Knowbodynow
Replies: 7
Views: 530
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 9:37 pm Subject: Passwords in Exe Files? |
Hi, how do I do that. Looking at the Ahk2Exe that I have there seems to be one box for entering a password or typing N/A. How do I do both?
CaH |
Topic: Passwords in Exe Files? |
Knowbodynow
Replies: 7
Views: 530
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 2:38 pm Subject: Passwords in Exe Files? |
Thanks for the reply. I'll check out Exe2Ahk. This is an example of what I'm using at the moment. I amended something I found in the forum:
Loop
{
InputBox,pw,Password,,Hide,150,100
If ... |
Topic: Passwords in Exe Files? |
Knowbodynow
Replies: 7
Views: 530
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 12:15 pm Subject: Passwords in Exe Files? |
| Thanks for the reply - not sure I understand it! What I was thinking of doing was compiling an exe file containing my password. You seem to be suggesting accessing a file from a restricted area but wh ... |
Topic: Passwords in Exe Files? |
Knowbodynow
Replies: 7
Views: 530
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 8:39 am Subject: Passwords in Exe Files? |
| Hello, if I use runas in a script then I need to include my user account name and password. If I compile this into an exe file how secure is it? For example, would it be possible for the file to get h ... |
Topic: LAN connections and Limited User Account. |
Knowbodynow
Replies: 0
Views: 345
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 6:30 am Subject: LAN connections and Limited User Account. |
| Hello, I was using shortcuts to enable and disable my LAN using devcon. I've now switched over to using a Limited User Account (Windows XP Pro SP2) and my shortcuts using devcon are ignored. Does anyo ... |
| |