PSX-SCENE Forum Discussion for Sony PlayStation/PsOne/PS2/PS3/PSP/PS VITA
  • FolderList v1.02 - List Files from Folder to Text

    After his last update to his PS3 Game Covers collection, MCLUB is back today with his first tool release. Allow me to introduce you all to FolderList v1.02, a simple tool that will transform your folder information into a list. Basically, you drop the program into the folder you want, and run it; afterwards you will have a text document including the names of all the folders contained within. A neat app that can help you create a simple list of your collection.


    Quote Originally Posted by MCLUB
    My first Tool

    My Tool can list all files from Folder in .FolderList.txt File
    -Step1 put .FolderList.exe in Folder
    -Step2 Start Programm
    -Step3 Press Enter

    Good for Cover Index Make in .txt File

    Cover Updates Coming Soon...
    Download: FolderList.v.1.02.rar

    Source: PS3Hax

    NOTE: BahumatLord has pointed out to me that the above results can also be easily achieved with a DOS command. Simply navigate to the desired folder location, and type in the following command...

    dir /s /b /one > FolderList.txt

    ... and then you will have the same list that was just created by the FolderList v1.02 application. The main difference obviously being this application portability, and ease of use.

    PSX-SCENE: Long.Live.Scene.

    Hall of Fame - Latest News - Report News - Search Forums
    Comments 18 Comments
    1. skiller's Avatar
      skiller -
      humm ya been using
      dir /b /oN >test.txt in a bat for a very long time .. but this is good for the Non dos/CMD age :P
    1. bl0m0dr0's Avatar
      bl0m0dr0 -
      Quote Originally Posted by skiller View Post
      humm ya been using
      dir /b /oN >test.txt in a bat for a very long time .. but this is good for the Non dos/CMD age :P

      me2!
    1. BahumatLord's Avatar
      BahumatLord -
      yeah, sadly a lot of the kids these days have no idea about dos or even that they have a command prompt in Windows. If they can't click on it, they don't know what to do
    1. Secludedly's Avatar
      Secludedly -
      So basically, in the end, this has nothing to do with the PS3. It's a very blindingly ugly lime green GUI for a simple CMD .bat executable on Windows. Okay. Truth be told, I did not know this exact command, but I'm glad I found it and will just .bat it up.
    1. Jay-Jay's Avatar
      Jay-Jay -
      DOS is great, but these tools makes it simple for us. Good job mclub!
    1. tthousand's Avatar
      tthousand -
      Correct Secludedly, with the one exception that is was built with the PS3 in mind. And it can be used for PS3 purposes.
    1. brakk3n's Avatar
      brakk3n -
      Sorry, but I could do this since my 80286. Utterly useless.
    1. tthousand's Avatar
      tthousand -
      Quote Originally Posted by brakk3n View Post
      Sorry, but I could do this since my 80286. Utterly useless.
      Well, not everyone is you. Perhaps he made it to go along with his cover releases, and figured he would help others to modify their own covers.
    1. cannibal20's Avatar
      cannibal20 -
      heres a quick and easy way to add it to the right click menu, this is how its been setup on my pc

      Update: Creating a right-click context menu for creating directory contents listing

      Create a batch file (new notepad) and save it as %windir%\DirList.bat:

      @echo off
      set dirpath=%1
      dir %dirpath% /-p /o:gn > "%dirpath%\DirContents.txt"
      exit

      Open your SendTo directory: (i did mine in regedit, and its not in the send to section, but this is faster. and more noob friendly)

      Windows 7/Vista: %appdata%\Microsoft\Windows\SendTo
      Windows XP: %USERPROFILE%\SendTo

      Create a new shortcut pointing to DirList.bat and call it whatever you please.

      Now, rightly clicking on any directory and selecting the Send To sub-menu you'll see your new command for listing directory contents.

      NOTE: This will only work when right-clicking on a directory, and it will only list the contents of the directory you right-clicked on. It also saves the list to that directory (to avoid overwriting other files). The script could be easily modified to change where the output list file is stored.


      batch - Copy list of file names to text file? - Super User
    1. brakk3n's Avatar
      brakk3n -
      Adding it to the SendTo menu is a litter brighter then the original person who released an utterly useless application, but neither are impressive.

      How about I code a batch file you run as administrator and makes use of the erase command and takes out winsxs? I would find that much more useful.

      but .... this is supposed to be a scene site and playing with DOS/CLI commands has nothing to do with the PS3 and is insulting to say the least.

      There's 1,000's of batch files for this and that. Google has plenty on listing the contents on dirs *LOL*
    1. skiller's Avatar
      skiller -
      Always the Downer there Brakk3n. :P . in the end its good for ppl that dont have or dont know dos/CMD
      sure its nothing fancy :P
    1. cannibal20's Avatar
      cannibal20 -
      quite true, ps3 scene is about ps3 scene.. but he is a dev and hes just trying to help, i remember having to look around before i knew how to use a batch for a good standalone program that does this for you.

      but yeah, im looking forward to more news
    1. Molotov's Avatar
      Molotov -
      Nice, I used to use CMD all the time for this. I'm going to try it, it looks nice.
    1. BahumatLord's Avatar
      BahumatLord -
      @brakk3n - I really wasn't going to get involved b/c I'm busy restoring my PS3 after a completely unnecessary hard drive failure but somebody brought it up to us. You keep using the word "useless" but it's been brought up a couple times that not everybody knows how to use dos commands. I'm from the old school too and have done more than a few bat menus/programs converted to com/exe so I understand it can look simplistic to some people.

      Having said that, don't you think it's better to show people a better way rather than to just point out the faults? Obviously he had a need for it and decided to share for others that might have the same need. Last I checked I don't recall your name on anything so do you really think you're qualified to point out the faults of others?

      Please don't respond to this. Like I said, I'm busy and will be for a good while restoring my system. I just wanted to ask you to take a step back and relax a little bit. Everybody starts somewhere and it does nobody any good for people to try to squash devs before they hit their stride.
    1. mad mike 96's Avatar
      mad mike 96 -
      Thank you BahumatLord.
    1. Secludedly's Avatar
      Secludedly -
      Make one that can read files inside a folder rather than just the folder and files itself. Would be useful then. Like if you open the program in a music directory where all your music is in its own folders by artist, have it read the contents deeper than what's already in the folder. Instead of just song artists, have it also list the sub-directories/files. Know what I'm trying to explain? That's something I've always been looking for personally. I only got my first computer in 2002 and didn't really learn how to utilize DOS and scripts at all. I only know what I look up or find.
    1. BahumatLord's Avatar
      BahumatLord -
      @Secludedly - you mean to list all files within all subdirectories?

      dir /s /b /one > list.txt

      /s = all subdirectories
      /b = bare file list view
      /one = order by name, then by extension

      Leave out the /b if you need file sizes.

      edit: type dir /? for a full list of commands. You can also list hidden and system files if you need it
    1. Secludedly's Avatar
      Secludedly -
      See, now that's a good way to list all the files on my PS3 effortlessly. Thank you. I can only read what's on my HDD when hooked up to PC, but if I'm correct, someone made a DOS application for the PS3, right? A useful program to me would be utilizing a similar script via the DOS application that reads the PS3 directories and sub-directories, saving it to a txt on an external device. I wonder if rewriting a PS3 DOS application to feed this script by button presses is possible, like a "PS3 File List Scraper."

      Thanks a lot BahumatLord.
  • Daily Digest


    Want to receive the latest PSX info in your email?

    Sign up for our Daily Digest!



    Want to learn more about the team keeping you up to date with the latest scene news?

    Read about them now!

    Check out our Developer bios, too!

  • Recent Threads

    belowtheheavenz

    Need Help!!! Trouble playing backups

    Thread Starter: belowtheheavenz

    I have a phat ps3 on Rogero 4.40 v1.03 running the latest MM. It has a 750gb internal to run games. Problem is basically a handful of ps3 games aren't

    Last Post By: belowtheheavenz Today, 08:20 PM Go to last post
    ConorrChapple

    PS3 or PS4?

    Thread Starter: ConorrChapple

    Will you be keeping your PS3
    Or
    Buying it as soon as its released?

    Im guessing it'll have similar features to the new xbox and

    Last Post By: worrorfight Today, 08:13 PM Go to last post
    H8ncars

    Modders be careful this weekend Rockstar is having a social club even starting 5-25-13

    Thread Starter: H8ncars

    Rockstar is hosting this event this memorial holiday weekend from Friday to Monday.
    I tried to include the flyer, but have not been lucky with

    Last Post By: tthousand Today, 07:52 PM Go to last post
    ncc2906

    How can I change internal HDD on PS3 with CFW ?

    Thread Starter: ncc2906

    Hi,
    I have got a PS3 with Rubug 4.41.2 Lite CFW and I want change the internal HDD ?
    Anyone knows the procedure ? there is a guide ?

    Last Post By: ConorrChapple Today, 07:04 PM Go to last post
    ANTZ7

    Sony are getting very good at detecting cfw (read on)

    Thread Starter: ANTZ7

    So I was on for about a year

    now and about week ago go my 1st psn ban so did the steps unban myself
    And unban perfect 2days later

    Last Post By: ConorrChapple Today, 07:32 PM Go to last post
    ANTZ7

    About resigning my original ps3 saves

    Thread Starter: ANTZ7

    yo all

    so my question is. i just used bruteforce to change some games saves over

    i did far cry 3 perfect and did tombraider

    Last Post By: ANTZ7 Today, 06:00 PM Go to last post
  • Recent Comments

    atreyu187

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    Just ordered the game as I can't find an image to test with so I will let you all know soon as it... Go to last post

    atreyu187 Today 08:15 PM
    mad3d

    PUAD GUI v1.5 by Nathan_r32_69 - PUP Unpacker & Decryter

    Nathan, still there is a bug trying to decrypt rebug's selfs. I have tried with scetool and do have... Go to last post

    mad3d Today 08:05 PM
    atreyu187

    Fan Control Utility v1.7 Relased CFW 4.41 Supported!!

    No stutter on 4.41 Go to last post

    atreyu187 Today 07:48 PM
    worrorfight

    Simple PS3Updates v1.6 Build 2 Final

    Very nice update @Quake :) Go to last post

    worrorfight Today 07:16 PM
    STLcardsWS

    PSChannel receives some Eye Candy from Opium2k

    No need to apologize :)
    Yea i showed you some of the custom PIC1.PNGs i did. I may of shown you... Go to last post

    STLcardsWS Today 06:59 PM
    diegsmoran

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    If it's a mod it should run fine on the PS3, just like a PS1 or PS2 mod, if it would come down to... Go to last post

    diegsmoran Today 05:24 PM
    kite21

    PS4 E3 Promo Video: June 10th be the first to see

    http://www.youtube.com/watch?v=iTY5EKN6bzM

    This came to mind for some reason. Go to last post

    kite21 Today 02:12 PM
    aneesh

    PS4 E3 Promo Video: June 10th be the first to see

    worst video ever seen. They are crazy nuts .. do not even know what they are trying to portray... Go to last post

    aneesh Today 01:36 PM
    Dante69

    New Multiman Themes by hcode123

    First Unzip and when you get the files with the .thm you must find the Dev file to paste them... Go to last post

    Dante69 Today 12:49 PM
    krytonic

    PS4 E3 Promo Video: June 10th be the first to see

    Have you guys never heard of marketing? Go to last post

    krytonic Today 12:47 PM