AutoHotkey Community

It is currently May 27th, 2012, 10:32 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: May 17th, 2004, 8:37 pm 
Hello

I have a problem with the send command.

When I type "send, exit{enter}",
the only thing which is shown on the screen is Euro-symbol.
the {enter}command isn't followed, too. (the cursor keeps beeing in the same line)
If I use for example {ASC 88} it works and theletter is shown.

I have a germen windows xp home edition, a german key-board and well I think a german Englisch :wink: (I hope you can understand it :roll: )

Might the german windows not be able to communikate corectlie with autohotkey?

PS: I want to use the exit{enter} to close a cmd window

Sorry for my bad englisch and I hope somebody can help me


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 17th, 2004, 8:46 pm 
Just to correct some off my mistakes :oops:

Might the german windows not be able to communicate correctly with autohotkey?
[/b]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 17th, 2004, 10:23 pm 
Offline

Joined: May 15th, 2004, 12:03 am
Posts: 10
Location: The Netherlands
You have to be sure that the window that your sending the command to is active!
Maybe this will work,

Code:
WinActivate, C:\WINDOWS\System32\cmd.exe,
Send, exit{enter}


Grtz, PenP


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 17th, 2004, 10:25 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Perhaps you could post the part of the script that has the problem.

I'm not sure why it would fail to work. The following is an example that works in Windows 98:

run, %comspec%
WinWait, MS-DOS
WinActivate
send, exit{enter}
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 18th, 2004, 12:31 pm 
I tested a few script, and it worked in every other script.
So I'm searchingmy script for errors.

thx for your help

If I'll find the rison of this problem I'll post it


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 18th, 2004, 12:35 pm 
It seems that it was a Problem of my windows.
I tested it with the same source again and now (after a reboot) it works.
:x

:)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 18th, 2006, 8:13 am 
Offline

Joined: August 30th, 2006, 8:06 am
Posts: 10
also when you type in enter make sure they are caps {ENTER} for some reason my computer can only identify these type of commands only under caps
e.g. {SHIFTUP}{SHIFTDOWN}{ENTER}{SPACE}{ALTDOWN}{ALTUP}

_________________
Soldier3570


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, chaosad, Google [Bot], robotkoer, Yahoo [Bot] and 73 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group