|
|
User login
Feeds |
appname file auto-generated in c:\Documents\appname\ folder
|
|||||
| Tue, 2005-03-01 10:46 | |
|
Hi folks,
I met a problem that, I found a file called appname is automatically generated in c:\Documents\appname\ folder, the file name is just appname, and when you click it, it launchs my application. Why? I don't think I created it in my code. Thanks for any hint... -zhxys |
|
Forum posts: 53
probaly there is a line that looks like:
RESOURCE TBUF { buf="appname"; }
that's what automatically creates the misterious file.
change to RESOURCE TBUF { buf=""; }
if you don't want it
Forum posts: 5
That's exactly the point. Thanks again