Support Forums
Script help - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Script help (/showthread.php?tid=2958)



Script help - Grandad - 11-16-2009

I would like a small pierce of code that would automatically empty my recycling bin at start up.

I'm guessing this is easily possible but may some nice person walk me through this step by step as I have no way about of visual basic or .net framework.

Thank you.


RE: Script help - Gaijin - 11-16-2009

Here are two scripts that do that!

http://www.vbforums.com/showthread.php?t=402635
http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/


RE: Script help - Grandad - 11-17-2009

(11-16-2009, 04:36 PM)Master of The Universe Wrote: Here are two scripts that do that!

http://www.vbforums.com/showthread.php?t=402635
http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/

Thank you.

How would I compile theses two codes? Would I use VB6?


RE: Script help - Gaijin - 11-17-2009

Yes, I'm not really sure if it's VB6 but I think you can compile it with VB6


RE: Script help - Grandad - 11-17-2009

(11-17-2009, 06:54 AM)Master of The Universe Wrote: Yes, I'm not really sure if it's VB6 but I think you can compile it with VB6

Thanks, I will give it a shot.