Internal/External Hard Disk ഇലെ സിനിമകളുടെ പേരുകൾ കോപ്പി ചെയ്യാൻ
Internal/External Hard Disk ഇലെ സിനിമകളുടെ പേരുകൾ കോപ്പി ചെയ്യാൻ
ഇന്ന് ഒരു എളുപ്പ വഴി കണ്ടു
(വേറെ options ഉണ്ട് but think this is the easiest)
1) Just open a notepad
2) copy this line of code : " dir /a /b /-p /o:gen >justnames.txt "
3) save the notepad as " getnames.bat " inside the folder whose files you wish to list
4) Double click the " getnames.bat" file which you have saved inside the folder
after a sec you can see a file named justnames.text inside the same folder. Open it and you can see all the file names in that folder .
ഇനി file name മാത്രം പോര file details കൂടി വേണം എങ്കിൽ
change the second step as
2) copy this line of code : " dir /a /-p /o:gen >namesdetails.txt "
and the resulting text file will contain modification date, size in bytes, and name of each file.
ഇന്ന് ഒരു എളുപ്പ വഴി കണ്ടു
(വേറെ options ഉണ്ട് but think this is the easiest)
1) Just open a notepad
2) copy this line of code : " dir /a /b /-p /o:gen >justnames.txt "
3) save the notepad as " getnames.bat " inside the folder whose files you wish to list
4) Double click the " getnames.bat" file which you have saved inside the folder
after a sec you can see a file named justnames.text inside the same folder. Open it and you can see all the file names in that folder .
ഇനി file name മാത്രം പോര file details കൂടി വേണം എങ്കിൽ
change the second step as
2) copy this line of code : " dir /a /-p /o:gen >namesdetails.txt "
and the resulting text file will contain modification date, size in bytes, and name of each file.