I wanted an easy way to create a list of the images in my folder. I posted a few hundred photos into a public dropbox, i needed to link to all of them easily for Mturk. with the filename you can create a link somewhat easily.
First make sure you have the name of the folder and its complete path. to find the path, right click the folder and select PROPERTIES.
on the "General" tab you will find location. copy and paste that somewhere.
type : cd [paste path from last step] (you must right click to paste)
Then type dir > filelist.txt
you can change filelist.txt to anything.txt or pictures.txt or [anythinghere].txt
i had a folder full of 400 images and i needed to create a list of the images in a text file. poof easy
First make sure you have the name of the folder and its complete path. to find the path, right click the folder and select PROPERTIES.
on the "General" tab you will find location. copy and paste that somewhere.
- Start
- Run
- CMD
type : cd [paste path from last step] (you must right click to paste)
i had a folder full of 400 images and i needed to create a list of the images in a text file. poof easy
Comments
Post a Comment