| Author |
Message |
Forum: Scripts Topic: RemoteAHK - Execute AHK scripts on remote computers (TCP/IP) |
| gha1d |
|
Posted: January 8th, 2011, 11:01 am
|
|
Replies: 19 Views: 5388
|
| Can i use it to send a files contents to be displayed on a remote PC like this Loop { FileRead, Contents, C:\Num.txt if ErrorLevel break gui, font, s9 Gui, Show, x55 y66 w310 h150,HT-Detect Gui, Add, Text,, Numbers for %A_Hour%:%A_min%:%A_Sec% Gui, Add, Text,, %Contents%: Gui, Submit, NoHide Gui, Sh... |
|
 |
Forum: Support Topic: Display File content in a Gui Box |
| gha1d |
|
Posted: January 8th, 2011, 10:31 am
|
|
Replies: 2 Views: 145
|
| ahhhhh.. So silly of me. Thanks |
|
 |
Forum: Support Topic: Display File content in a Gui Box |
| gha1d |
|
Posted: January 8th, 2011, 10:14 am
|
|
Replies: 2 Views: 145
|
| Hi guys i need a script to display a files contents in a GUI Box.This is all i can come up with. Loop { FileReadLine, Result, C:\Num.txt, %A_Index% if ErrorLevel break gui, font, s9 Gui, Show, x55 y66 w310 h150,HT-Detec Gui, Add, Text,, %Result%: This will only show me the first line. How do i get i... |
|
 |
Forum: Support Topic: FileSelectFolder - Starting Folder not working? |
| gha1d |
|
Posted: May 18th, 2010, 2:12 pm
|
|
Replies: 8 Views: 637
|
i got it , i wonted to get the size of a folder
This is what i did, it works
SetBatchLines, -1
FolderSizeMB = 0
Loop, C:\(Fillepath)\*.*, , 0
FolderSizeMB += %A_LoopFileSizeKB%,
MsgBox Size of Folder is %FolderSizeMB%.
thanks anyway. |
|
 |
Forum: Support Topic: FileSelectFolder - Starting Folder not working? |
| gha1d |
|
Posted: May 18th, 2010, 1:05 pm
|
|
Replies: 8 Views: 637
|
| How do i autoselect an absolute path without being prompted ? |
|
 |
Forum: Support Topic: Copy data from excel sheets to first sheet |
| gha1d |
|
Posted: May 2nd, 2010, 8:09 am
|
|
Replies: 2 Views: 263
|
Hi Guys,
I need a way to copy all data in all worksheets from cell A4:J4 downwards into the first sheet. Any ideas...! the file has about 60 work sheets and different names for every worksheet, but that can be renamed mannually to anything like numericals if its a problem. |
|
 |
Forum: Support Topic: Search for file size |
| gha1d |
|
Posted: April 28th, 2010, 8:34 am
|
|
Replies: 6 Views: 347
|
| Hey Yume, Your script works just fine, Thanks for the help !!! |
|
 |
Forum: Support Topic: Search for file size |
| gha1d |
|
Posted: April 24th, 2010, 1:26 pm
|
|
Replies: 6 Views: 347
|
Hi,
I need some help on searching for a specific file size on a drive. Any ideas,, FileGetSize only works to an absolute path , i need to scan a drive & put the file name in a variable. Even a batch process would do great..Thanks
Rgds, |
|
 |
Forum: Support Topic: retype hotkey Unnoticeably |
| gha1d |
|
Posted: April 16th, 2010, 12:00 pm
|
|
Replies: 2 Views: 217
|
|
 |
Forum: Support Topic: retype hotkey Unnoticeably |
| gha1d |
|
Posted: April 5th, 2010, 8:27 am
|
|
Replies: 2 Views: 217
|
Hi Guys, i've been able to create a hotkey that enables me to run an exe when pressed, what i need to do is retype the hotkey back again, but its noticable. Any ideas on how to make it Unnoticeable,
this is what i'm doing now
:*:123456789::
Run, Test.exe
Send, 123456789
Return |
|
 |
Forum: Support Topic: append insert a picture in clipboard to file |
| gha1d |
|
Posted: February 25th, 2010, 10:03 am
|
|
Replies: 1 Views: 172
|
Anybody knows how to append insert a picture in clipboard to a file like an .rtf file that supports pictures
This works but i cannot open the file with any previewer.
FileAppend, %ClipboardAll%, C:\Test.jpg |
|
 |
Forum: Support Topic: Multiple numerical hotkey function |
| gha1d |
|
Posted: February 17th, 2010, 9:29 am
|
|
Replies: 2 Views: 137
|
| Brillient, it works , thanks.. |
|
 |
Forum: Support Topic: Multiple numerical hotkey function |
| gha1d |
|
Posted: February 17th, 2010, 7:35 am
|
|
Replies: 2 Views: 137
|
| Hi, the below script runs notepad when 0 is pressed & held down & 2 is pressed Numpad0 & Numpad2::Run Notepad What i need is to create a hotkey thats a series of numpad numbers like but without the holddown problem, Kinda like a key logger to a specific number Ex, Numpad123456789::Run No... |
|
 |
Forum: Support Topic: Using a value on excel as a flag |
| gha1d |
|
Posted: February 17th, 2010, 7:18 am
|
|
Replies: 8 Views: 872
|
| I forget to thank you for this Rabiator, Good Luck.. |
|
 |
Forum: Support Topic: Using a value on excel as a flag |
| gha1d |
|
Posted: February 10th, 2007, 3:43 am
|
|
Replies: 8 Views: 872
|
| Need help on below script guys, Please HELP.. Run D:\Geoffrey\Time Test.xls WinWait, Microsoft Excel - Time Test, IfWinNotActive, Microsoft Excel - Time Test, , WinActivate, Microsoft Excel - Time Test, WinWaitActive, Microsoft Excel - Time Test, Send, {CTRLDOWN}g{CTRLUP} WinWait, Go To, IfWinNotAct... |
|
 |
| Sort by: |