appname file auto-generated in c:\Documents\appname\ folder

Login to reply to this topic.
Tue, 2005-03-01 10:46
Joined: 2005-03-01
Forum posts: 5
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

Tue, 2005-03-01 13:54
Joined: 2003-05-15
Forum posts: 53
appname file auto-generated in c:\Documents\appname\ folder
have a look in the source for your resources (.rss)
probaly there is a line that looks like:

RESOURCE TBUF { buf="appname"; }

that's what automatically creates the misterious file. Smiley
change to RESOURCE TBUF { buf=""; }
if you don't want it
Tue, 2005-03-01 14:35
Joined: 2005-03-01
Forum posts: 5
appname file auto-generated in c:\Documents\appname\ folder
Thanks wolfigor,

That's exactly the point. Thanks again Wink
  • Login to reply to this topic.