| Author |
Message |
Topic: IniWrite variable won't work |
0mega
Replies: 4
Views: 217
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 9:26 pm Subject: IniWrite variable won't work |
IniWrite, %vyX%,Settings.ini, Settings,vasen_ylänurkkaX
That worked for me ׃) thanks.
Btw How to make fastest superb script?
#MaxThreads 20
#NoEnv
SendMode Input
SetKeyDelay, -1
SetB ... |
Topic: IniWrite variable won't work |
0mega
Replies: 4
Views: 217
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 8:52 pm Subject: IniWrite variable won't work |
How to make %variable%X / Y work in IniWrite?
#NoTrayIcon
CoordMode, Mouse, Screen
SetTitleMatchMode, 3
SetWorkingDir, %A_WorkingDir%
Gosub,READINI
Gui, Add, Radio, x8 y3 w84 h20 gVY Check ... |
Topic: Add text front of the line |
0mega
Replies: 4
Views: 297
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 9:19 pm Subject: Add text front of the line |
Example:
!z::FileAppend , Text, Filename.txt
And if I moment later press exmp. !x it would add some text front of the line of textfile. Is it possible ?
It need add text front of line to latest ... |
Topic: Au3Info.exe Statusbar tab |
0mega
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 9:08 pm Subject: Au3Info.exe Statusbar tab |
Now I can easily remove _-marks from mp3 files and others.
^F2::
Clipboard=
Send ^a
Send ^c
clipwait, 2
Files := Clipboard
FileAppend, % Files, %A_WorkingDir%\Kappaleet.txt
number ... |
Topic: Au3Info.exe Statusbar tab |
0mega
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 6:34 pm Subject: Au3Info.exe Statusbar tab |
Haha thanks SKAN.
You make me look like an idiot :D |
Topic: Au3Info.exe Statusbar tab |
0mega
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 4:31 pm Subject: Au3Info.exe Statusbar tab |
How I can get same values as Au3Info Statusbar tab shows
It shows
1. number of objects
2. filesize of all objects
3. My computer
I need number of files to get rid off inputbox.
And why this s ... |
Topic: Send all letters |
0mega
Replies: 2
Views: 192
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 7:27 pm Subject: Send all letters |
| Thanks for quick answer. |
Topic: Send all letters |
0mega
Replies: 2
Views: 192
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 7:17 pm Subject: Send all letters |
I remember I saw 1 script what does that (Send all 255 letters)
But I don't remember what topic was it, so I'm asking help. |
Topic: How to send .. + messenger/wmp problem (edited) |
0mega
Replies: 4
Views: 457
|
Forum: Ask for Help Posted: Sun Feb 24, 2008 2:12 am Subject: How to send .. + messenger/wmp problem (edited) |
| Yes, I have used controlsend as you can see on that script... |
Topic: How to send .. + messenger/wmp problem (edited) |
0mega
Replies: 4
Views: 457
|
Forum: Ask for Help Posted: Sat Feb 23, 2008 8:10 pm Subject: How to send .. + messenger/wmp problem (edited) |
Didn't found how to send control+v, and wm_paste doesn't work to messenger psm (yes, again messenger psm problem....)
#NoEnv
SendMode Input
SetKeyDelay, 0, 10
SetBatchLines, -1
SetMouseDela ... |
Topic: How to send .. + messenger/wmp problem (edited) |
0mega
Replies: 4
Views: 457
|
Forum: Ask for Help Posted: Sat Feb 23, 2008 2:23 pm Subject: How to send .. + messenger/wmp problem (edited) |
WM_KEYDOWN = 0x100
WM_KEYUP = 0x101
WinGetActiveTitle, WinTitle
SendMessage, 0x100 , wParam, lParam, Edit1, %WinTitle%
What wParam and IParam should be to send control+v (paste)? |
Topic: Get filenames from folder |
0mega
Replies: 1
Views: 278
|
Forum: Ask for Help Posted: Sat Feb 16, 2008 3:51 pm Subject: Get filenames from folder |
How to get all filenames on currently open folder without filetypes and save as ini file or other textfile
Example:
music1.mp3
music2.mp3
music3.mp3
->
Music.ini
music1
music2
music3 |
Topic: Detect WMP song change & send text to messenger psm |
0mega
Replies: 2
Views: 350
|
Forum: Ask for Help Posted: Sun Feb 10, 2008 1:17 pm Subject: Detect WMP song change & send text to messenger psm |
| How ahk can detect if in WMP song is changed and after that send text (example 123test) to mesenger psm textarea, even if messenger is only on trayicon ? |
Topic: WMP Controls in MiniMode |
0mega
Replies: 11
Views: 636
|
Forum: Ask for Help Posted: Fri Jan 25, 2008 2:28 pm Subject: WMP Controls in MiniMode |
!a::Send {Media_Next}
!s::Send {Media_Prev}
!d::Send {Media_Stop}
!f::Send {Media_Play_Pause}
? |
Topic: WMP minimode |
0mega
Replies: 3
Views: 296
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 3:23 pm Subject: WMP minimode |
Yeah, thanks m8s
Is there easier way to get wmp nowplaying song :)
Anyway I did it in this way ; crap
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
Sen ... |
| |