Search found 3 matches
- 17 Apr 2012 03:09
- Forum: DOS Batch Forum
- Topic: DOS Batch Script
- Replies: 2
- Views: 3016
DOS Batch Script
i would like to learn batch script. I googled for batch script, but i am unable to understand. Could someone suggest some pdfs or URL where i can learn batch script like beginers, intermediate and advance levels.
- 13 Apr 2012 04:51
- Forum: DOS Batch Forum
- Topic: batch script to create folder and rename file
- Replies: 1
- Views: 2851
batch script to create folder and rename file
Friends, I need a batch script with the following: - I have list of file say a.txt, b.txt, c.txt,d.txt and so on - First it should create folder based on file name, like a,b,c,d and so on. - Second, copy the files to respective folder, a.txt to folder a, b.txt to folder b and so on. - Finally, all t...
- 05 Apr 2012 03:21
- Forum: DOS Batch Forum
- Topic: batch script to find a file
- Replies: 1
- Views: 2366
batch script to find a file
I need a batch script to find a files in directory and subdirectories and if the file doesn't exist, need to point the name of the folder in a seprate file. For example, I have folder and in that i have 200 subfolders. each subfolder has 2 files, a.txt and b.txt. Need a batch scipt to find a.txt in ...