Back to Top
WJunction

Register Now

Welcome Guest!  Register  
Go Back   WJunction - Webmaster Forum > Webmaster Hangout > Technical Help Desk Support

Thread Closed
 
Thread Tools Display Modes

Old 15th Oct 2012, 12:33 PM   #1
Member
 
Website(s):
gorgeousanime.com deliciousmanga.com
  • My Statistics
I have a directory with thousands of subfolders in them. I want to create a text file in each folder containing the folder name in it. How can I do this in windows?
Ruriko is offline  
Old 15th Oct 2012, 07:19 PM   #2
Respected Developer
 
  • My Statistics
Here you go create a file called getDirs.bat and add this content
Code:
@ECHO OFF
for /F "delims=" %%a in ('dir /ad /b /s') do (
   @echo %%~nxa > %%a\test.nfo
)
Put it in the folder with all the subfolders and run it. You can make test.nfo to anything you want..
Lock Down is offline  
Old 16th Oct 2012, 12:38 AM   #3
Member
 
Website(s):
gorgeousanime.com deliciousmanga.com
  • My Statistics
Is there a way to make it work with folders containing Chinese characters?
Ruriko is offline  
Old 16th Oct 2012, 04:25 PM   #4
Respected Developer
 
  • My Statistics
If the folder was written successfully in chinese characters than it should use them. What results are you getting now??
Lock Down is offline  
Old 16th Oct 2012, 11:20 PM   #5
Member
 
Website(s):
gorgeousanime.com deliciousmanga.com
  • My Statistics
Well the error closes so fast that I couldn't fully read it but it said something about directory being syntax error. Works fine with english characters
Ruriko is offline  
Old 16th Oct 2012, 11:36 PM   #6
Respected Developer
 
  • My Statistics
Use a dir /b/s > dir.lst command line command and paste the links here in a code box.
Lock Down is offline  
Old 16th Oct 2012, 11:44 PM   #7
Member
 
Website(s):
gorgeousanime.com deliciousmanga.com
  • My Statistics
Code:
C:\Documents and Settings\Administrator\Desktop\ArtistCG\(C82) [HYPER BRAND] Operation RAGNAROK CAN BE REAL (Ragnarok Online) [517251]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\(C82) [HYPER BRAND] Operation RAGNAROK EXTRA PACK 15 (Ragnarok Online) [517257]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\Clarisse Karen vol.2 vol.3 (Lupin III Castle of Cagliostro) [514663]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\dir.lst
C:\Documents and Settings\Administrator\Desktop\ArtistCG\getDirs.bat
C:\Documents and Settings\Administrator\Desktop\ArtistCG\Kokyu No Heya - Inzuma Wakai Juusei Ni Yogaru Hitozuma Complete [English] [515227]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\Nakuru-chan is my sexy waifu~ [523721]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\Yabougumi Daiyaboureki [513600]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go! Heaven!!]?????????????25 -?????? ???- [525067]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[12CUT] ????? (Gakkou no Kaidan) [518382]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[2????] ?????!??CD?????????? [521206]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Ability] ????????????????????? [514182]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Abo Manten] Kyuusho seme maniacs vol. 3 (Weak Spot Maniacs vol.3) [521993]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Afro] Futanari angel cg collection [521560]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Aim-ZERO] Case Vol.4 [519927]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Air Hike] ?	??????CG?2 [525114]
C:\Documents and Settings\Administrator\Desktop\ArtistCG\[Air Hike] ?	??????CG?3 [525117]
Ruriko is offline  
Old 17th Oct 2012, 04:40 AM   #8
Respected Developer
 
  • My Statistics
I guess that didn't work. Upload the file to a file host and pm me the link.

**************Update*****************************

change bat file to this
Code:
@ECHO OFF
chcp 65001 > nul
for /F "delims=" %%a in ('dir /ad /b /s') do ( @echo %%~nxa > %%a\test.nfo )

Last edited by Lock Down; 17th Oct 2012 at 01:45 PM.
Lock Down is offline  
Old 18th Oct 2012, 07:49 AM   #9
Member
 
Website(s):
gorgeousanime.com deliciousmanga.com
  • My Statistics
thanks it works
Ruriko is offline  
Old 18th Oct 2012, 02:41 PM   #10
Respected Developer
 
  • My Statistics
You are welcome.
Lock Down is offline  
Thread Closed

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete specific file in each folder Ruriko Technical Help Desk Support 6 6th Oct 2012 01:05 AM
Create Bootable USB from Folder and ISO Images Daniel Tutorials and Guides 12 4th Nov 2011 11:36 PM
How to copy all file names of a folder cotufa-ssdd Tutorials and Guides 10 8th Sep 2011 01:03 AM
Proper file/folder ownership Hillside Technical Help Desk Support 2 12th Apr 2011 03:42 PM
need SSH command to change file/folder's Owner onel0ve Webmaster Discussion 7 17th Jan 2011 05:19 PM


All times are GMT. The time now is 11:57 AM.