fmate14
Joined: 28 Oct 2007 Posts: 41 Location: Hungary, Érd
|
Posted: Mon Jan 21, 2008 1:11 pm Post subject: #Include or user message |
|
|
I would like (user message)
| Code: | #include *u CoHelper.ahk, My [MyModuleName] module requires the CoHelper.ahk. Please download it from http://...
|
Or I would like (or a command and exit)
| Code: | #include *o CoHelper.ahk, MsgBox, My [MyModuleName] module requires the CoHelper.ahk. Please download it from http://...
|
Or I would like
| Code: | #includeOr CoHelper.ahk
MsgBox, My [MyModuleName] module requires the CoHelper.ahk. Please download it from http://...
return |
|
|