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 6 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How do you make your script run without pressing a hotkey
StarThorn1

Replies: 1
Views: 76

PostForum: Ask for Help   Posted: Wed Feb 17, 2010 2:52 pm   Subject: How do you make your script run without pressing a hotkey
Does anyone know how I can make my script work just buy opening it?
  Topic: Making script read key words in dos prompt
StarThorn1

Replies: 4
Views: 653

PostForum: Ask for Help   Posted: Wed Nov 25, 2009 8:40 pm   Subject: Making script read key words in dos prompt
How would I go about making my script do something if a dos prompt had a key word in?
  Topic: How do I rename a file?
StarThorn1

Replies: 4
Views: 320

PostForum: Ask for Help   Posted: Tue Nov 17, 2009 5:53 pm   Subject: How do I rename a file?
so would this move my file to a directory and rename is "yes.txt"

FileMove, C:\Folder1\no.txt, C:\folder2\yes.txt
  Topic: How do I rename a file?
StarThorn1

Replies: 4
Views: 320

PostForum: Ask for Help   Posted: Tue Nov 17, 2009 5:43 pm   Subject: How do I rename a file?
How do I tell the script to go into a folder and rename a file? I did a search but only found complex scripts.
  Topic: getting send to work
StarThorn1

Replies: 4
Views: 265

PostForum: Ask for Help   Posted: Fri Nov 13, 2009 1:14 pm   Subject: getting send to work
What was wrong with my script though? Did it not type O: because the script worked so fast the cmd window couldnt come in to focus?

also, why do you have a , after send?

also also, can you expla ...
  Topic: getting send to work
StarThorn1

Replies: 4
Views: 265

PostForum: Ask for Help   Posted: Thu Nov 12, 2009 8:46 pm   Subject: getting send to work
Here is my script:



Numpad0 & Numpad1::
Run O:\
Run M:\
return

Numpad0 & Numpad2::
run cmd
send o:{Enter}
return



I want to open CMD and have it switch to my O: directory. ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group