| Author |
Message |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Thu Oct 06, 2011 5:42 pm Subject: Question: Appending data to a compiled script |
| This is working great for me. I was wondering if there is a way to reduce the size of the executable. The minimum size ahk_L.exe seems to be about 3 times larger than the minimum size ahk.exe. (Howe ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Tue Oct 04, 2011 10:04 pm Subject: Question: Appending data to a compiled script |
oops. You are right it was A_ScriptName not A_ScriptDir. This is what I using and (so far) it works.
fileread,mapfile, *c %A_ScriptName%
Loop, % VarSetCapacity( mapfile )
{
byt ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Tue Oct 04, 2011 9:30 pm Subject: Question: Appending data to a compiled script |
Found it! http://www.autohotkey.com/forum/topic76582.htmlfile+rawread
Thanks, Thanh00 and CodeKiller. |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Mon Oct 03, 2011 6:13 pm Subject: Question: Appending data to a compiled script |
| Any tips on using something like File.RawRead() to do this? |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Fri Sep 30, 2011 7:00 am Subject: Question: Appending data to a compiled script |
| That's basically the method I'm already using and of course it works fine. However I'd like to do it with a single file so there is no messing around with unzipping or creating folders to put it in e ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Fri Sep 30, 2011 1:50 am Subject: Question: Appending data to a compiled script |
| Upon executing test.exe I get "EXE Corrupted" but I didn't expect it to be that easy.AutoHotkey Basic does not allow scripts to be modified after they are compiled. AutoHotkey_L v1.1.01+ doe ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Mon Sep 26, 2011 4:07 pm Subject: Question: Appending data to a compiled script |
| Thanks. I've been (probably unnecessarily) hesitant to try AHK_L as I've got lots of old code and understood (perhaps mistakenly) that some old stuff might not work with it and that (again maybe mista ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Sun Sep 25, 2011 4:21 am Subject: Question: Appending data to a compiled script |
| I don't think this is what I'm looking for. I think that approach needs the data compiled with with the script. I can't (as far as I know) compile my script on my web server. What I'm trying to do ... |
Topic: Question: Appending data to a compiled script |
wakewatcher
Replies: 14
Views: 346
|
Forum: Ask for Help Posted: Sun Sep 25, 2011 2:54 am Subject: Question: Appending data to a compiled script |
| I'm looking for an easy way to package up data with an compiled script. I have an on-line application that allows users to select content. I want to somehow "append" the download links to t ... |
Topic: script to Open new browser instance |
wakewatcher
Replies: 5
Views: 153
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 8:58 pm Subject: script to Open new browser instance |
This is odd. I'm actually trying to open the content in just a different tab in the same browser but it always opens in a new browser. I'm using IE9.
I'm trying:
run iexplore.exe www.google.com |
Topic: run iexplore.exe crashes ("has stopped working") |
wakewatcher
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 8:37 pm Subject: run iexplore.exe crashes ("has stopped working") |
Somethings odd. Now IE wont' open at all with or without this script but crashes. So I don't think its an AHK issue. Will report back.
UPDATE: Not sure what caused a change in IE to always cras ... |
Topic: fileselectfile option to only show files and not folders? |
wakewatcher
Replies: 1
Views: 104
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 8:28 pm Subject: fileselectfile option to only show files and not folders? |
| Is there an option (or way) so that fileselectfile will only show the filtered files and not display any folders in the default folder? I.e., I want to display xml files in a folder but not see the o ... |
Topic: run iexplore.exe crashes ("has stopped working") |
wakewatcher
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 8:19 pm Subject: run iexplore.exe crashes ("has stopped working") |
No they are an IE only Shop.
Not sure what you mean by setting a working directory. Not sure why it would matter as IE starts to run so I know its being picked up but immediately crashes.
XP thr ... |
Topic: run iexplore.exe crashes ("has stopped working") |
wakewatcher
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 7:07 pm Subject: run iexplore.exe crashes ("has stopped working") |
| I've got a client that needs to display an xml file using Internet Explorer. Because of all their security they can't/won't associate xml files with Explorer but with notepad. I tried running: ;run ... |
Topic: Is it possible to easily 'unset' an array somehow? |
wakewatcher
Replies: 9
Views: 220
|
Forum: Ask for Help Posted: Sat May 14, 2011 3:39 pm Subject: Is it possible to easily 'unset' an array somehow? |
| Thanks all. |
| |