Close

Results 1 to 13 of 13
  1. #1
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    free Free software: File & Folder Shredder DF exclusive software

    Here i have the second of my freebies, DF File and Folder Shredder

    This is a great little application design for the multitude of dodgy people right here on df so they can get rid of any file or folder for good. This software uses several industry proven techniques to wipe over any file so that it cannot be recovered by anyone else.

    Again this is free for ALL df members both vip and normal, all i ask is that normal members if they like and use it make a small contribution towards the running costs of digital-forums.

    it must not be re-sold but can be given away free to family and friends.

    file attached
    Attached Files Attached Files
    A wise man once said " "

    18 Thanks given to Detector

    Show/Hide list of the thanked

    -X- (13th September 2012),  akimba (11th September 2012),  BEZO (13th September 2012),  BIG-TED (11th September 2012),  BigBrand (11th September 2012),  Ganty (11th September 2012),  ilscuro (13th September 2012),  mc.dodd (11th September 2012),  Mobileman (11th September 2012),  Mystical_2K (11th September 2012),  Oily (11th September 2012),  Over Carl (7th September 2012),  psibob84 (15th September 2012),  rgb1 (11th September 2012),  snorty1uk (7th September 2012),  wakadoo (7th September 2012),  WRATH OF BOD (12th September 2012),  Zoots (7th September 2012)  


  2. #2
    DF VIP Member wakadoo's Avatar
    Join Date
    Nov 2002
    Location
    notts
    Posts
    3,341
    Thanks
    139
    Thanked:        365
    Karma Level
    470

    Default Re: Free software: File & Folder Shredder DF exclusive software

    nice one Det, not that I have any dodgy files though (cough)..


    Why does "fat chance" and "slim chance" mean
    the same thing?

    Thanks to wakadoo

    Detector (7th September 2012)  


  3. #3
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Free software: File & Folder Shredder DF exclusive software

    Can this do multiple drives at once?

  4. #4
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    Default Re: Free software: File & Folder Shredder DF exclusive software

    not yet but its something i can look into
    A wise man once said " "

  5. #5
    DF VIP Member BigBrand's Avatar
    Join Date
    Dec 2010
    Location
    UK.
    Posts
    4,540
    Thanks
    1,556
    Thanked:        1,816
    Karma Level
    437

    Default Re: Free software: File & Folder Shredder DF exclusive software

    Perfect, thanks Detector.

    Will come in handy for wiping that HD I have fill of rare and exotic animal porn
    "That's why I fucked your bitch you fat mother fucker"

    Thanks to BigBrand

    Detector (11th September 2012)  


  6. #6
    DF VIP Member akimba's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,846
    Thanks
    1,034
    Thanked:        783
    Karma Level
    369

    Default Re: Free software: File & Folder Shredder DF exclusive software

    Hi Detector

    Just testing this for you and think I have a bug.

    Trying out this and if I choose a folder and click show folders only and then shred folder, it comes up with "Choose File to Delete" Warning, looks like you are calling the wrong Sub with this button?

    Other than that seems pretty good ;-)

  7. #7
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    Default Re: Free software: File & Folder Shredder DF exclusive software

    thanks m8 looking now.
    A wise man once said " "

  8. #8
    DF VIP Member akimba's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,846
    Thanks
    1,034
    Thanked:        783
    Karma Level
    369

    Default Re: Free software: File & Folder Shredder DF exclusive software

    If (Me.fileFolderLst.SelectedIndex < 0) Then
    str = "Choose the file to delete"
    FileShredderMain.showWarning(str)
    ElseIf (Me.methodCmb.SelectedIndex < 0) Then
    str = "Choose shredding method"
    FileShredderMain.showWarning(str)

    If i dont select a folder the error comes "Choose the File to Delete" looks like a copy and paste from the "Shred File" button, Sloppy dude very sloppy ;-)

  9. #9
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    Default Re: Free software: File & Folder Shredder DF exclusive software

    looking now m8 but my copy works fine~??
    A wise man once said " "

  10. #10
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    Default Re: Free software: File & Folder Shredder DF exclusive software

    just chosen the location
    then clicked "show folders only"
    then choose the folder to delete
    select "shred Folder"

    asks if i am sure i want to delete the folder/s
    then confirms the deletion of the folders

    wheres the problem m8?
    A wise man once said " "

  11. #11
    DF VIP Member akimba's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,846
    Thanks
    1,034
    Thanked:        783
    Karma Level
    369

    Default Re: Free software: File & Folder Shredder DF exclusive software

    If you pick a directory without a folder in it and press show folders so the list box is empty and then Shred Folders, it come up wi choose file rather than choose folder

    If (Me.fileFolderLst.SelectedIndex < 0) Then
    str = "Choose the file to delete"
    FileShredderMain.showWarning(str)
    ElseIf (Me.methodCmb.SelectedIndex < 0) Then
    str = "Choose shredding method"
    FileShredderMain.showWarning(str)

    That code is taken from your foldershred btn sub and as you can see if folderlst.selectedindex <0 then your showwarnings string is choose a file

    Its just really me knitpicking but best let you know incase you were releasing commercially or anything ;-)

  12. #12
    Inactive
    Detector's Avatar
    Join Date
    Jun 2001
    Location
    Grim North
    Posts
    7,483
    Thanks
    2,587
    Thanked:        2,712
    Karma Level
    1040

    Default Re: Free software: File & Folder Shredder DF exclusive software

    cheers m8 appreciate it, i did not click into the folder just selected it and it worked ok for me?

    mucho appreciated tho
    A wise man once said " "

  13. #13
    DF VIP Member -X-'s Avatar
    Join Date
    Oct 2000
    Location
    dunno
    Posts
    349
    Thanks
    54
    Thanked:        66
    Karma Level
    308

    Default Re: Free software: File & Folder Shredder DF exclusive software

    nice app thanks, i was using windows washer but this works well too.
    as aside the abilty to wipe the recycle bin contents would be a handy addition if you ever make any changes,.
    thanks for sharing.

Similar Threads

  1. gta3 save file 4 u all (pc)
    By neilmachin in forum PC Gaming
    Replies: 6
    Last Post: 14th January 2003, 01:52 PM
  2. Wicked Flash File
    By Pegasus in forum The Dog and Duck
    Replies: 11
    Last Post: 13th November 2002, 11:46 PM
  3. GBC backup carts - software and XP
    By BlackBeard in forum Old Skool Gaming & Retro
    Replies: 2
    Last Post: 15th October 2002, 08:36 PM
  4. 6210 Software Update...??
    By gunner in forum Unlocking Questions & Solutions
    Replies: 20
    Last Post: 6th October 2002, 09:33 AM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •