| View previous topic :: View next topic |
| Author |
Message |
Pasukun
Joined: 16 Dec 2004 Posts: 84
|
Posted: Tue May 03, 2005 5:38 pm Post subject: What is the "on.LST" file for? |
|
|
When I launch my script, it is creating a file call "on.LST".
When I open it up.. it is completely empty.
Is there anyway I can prevent it from creating? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Tue May 03, 2005 7:42 pm Post subject: |
|
|
I can't think of anything to explain that. The script itself is probably using FileAppend to create the file. Double-check your use of FileAppend, especially ensuring that commas inside its Text parameter are escaped with a leading accent. For example:
FileAppend, Text`, with escaped comma, Filename.txt |
|
| Back to top |
|
 |
Pasukun
Joined: 16 Dec 2004 Posts: 84
|
Posted: Tue May 03, 2005 10:44 pm Post subject: |
|
|
My bad..
It was not the AHK script generating that file.
It was the SQL script creating it. |
|
| Back to top |
|
 |
|