| View previous topic :: View next topic |
| Author |
Message |
TL
Joined: 01 Nov 2006 Posts: 9
|
Posted: Tue Apr 24, 2007 11:48 pm Post subject: FileInstall does not support multi-line format |
|
|
| Placing the second and third parameter to the FileInstall command on the second line with the leading comma causes a failure message when attempting to extract the file when the script is compiled and executed. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Apr 25, 2007 2:11 am Post subject: |
|
|
Good catch. It turns out that neither the source nor the dest filenames can be on continuation lines beneath the FileInstall command. I've fixed it so that Dest can be on a continuation line; but I can't easily fix it so that both paramters can be on continuation lines (that would require a fairly major retrofit of ahk2exe). So I've documented it as a limitation.
Thanks. |
|
| Back to top |
|
 |
|