Results 1 to 10 of 10
-
15th Oct 2012, 12:33 PM #1OPMember
Auto create txt file in each folder
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 Reviewed by Ruriko on . Auto create txt file in each folder 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? Rating: 5
-
15th Oct 2012, 07:19 PM #2Respected Member
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 )
-
16th Oct 2012, 12:38 AM #3OPMember
Is there a way to make it work with folders containing Chinese characters?
-
16th Oct 2012, 04:25 PM #4Respected Member
If the folder was written successfully in chinese characters than it should use them. What results are you getting now??
-
16th Oct 2012, 11:20 PM #5OPMember
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
-
16th Oct 2012, 11:36 PM #6Respected Member
Use a dir /b/s > dir.lst command line command and paste the links here in a code box.
-
16th Oct 2012, 11:44 PM #7OPMemberCode:
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]
-
17th Oct 2012, 04:40 AM #8Respected Member
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 )
-
18th Oct 2012, 07:49 AM #9OPMember
thanks it works
-
18th Oct 2012, 02:41 PM #10Respected Member
You are welcome.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Delete specific file in each folder
By Ruriko in forum Technical Help Desk SupportReplies: 6Last Post: 6th Oct 2012, 01:05 AM -
Create Bootable USB from Folder and ISO Images
By Daniel in forum Tutorials and GuidesReplies: 12Last Post: 4th Nov 2011, 11:36 PM -
How to copy all file names of a folder
By cotufa-ssdd in forum Tutorials and GuidesReplies: 10Last Post: 8th Sep 2011, 01:03 AM -
Proper file/folder ownership
By Hillside in forum Technical Help Desk SupportReplies: 2Last Post: 12th Apr 2011, 03:42 PM -
need SSH command to change file/folder's Owner
By onel0ve in forum Webmaster DiscussionReplies: 7Last Post: 17th Jan 2011, 06:19 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...