Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] APP:Add_Icon2WB.exe compiled by serk118()gmail.com.
i compile this for my self but also want to share this tool with rest of Aros
users.
What does it do
---------------
adds selected filename to .backdrop.
since .backdrop was the only way to put icons on the Workbench Screeen.
Installing
----------
copy add_icon2wb.exe to your root: where your .backdrop file is
and thats all folks...
bugs
----
not sure coz i now the right way to use hehe...
delete function was newer added coz i was thingking just my usage but use editor
to do that.
code has been deleted
---------------------
step1>asl_pop to select a filename //well know asl requester
step2>load_backdrop(filename) //.backdrop file from the root:
step3>fseek(fp,0,SEEK_END) //goto end of file
step4>add(selected_filename) //add filename
step5>save and out // done..
so code is so simple but sorry i deleted the code after my firts compile.
|