Search found 4 matches
- 16 Apr 2011 00:55
- Forum: DOS Batch Forum
- Topic: Delete folders specified by user
- Replies: 7
- Views: 7003
Re: Delete folders specified by user
!k, on further experimenting with your code, it works only if the folder names are of 3 characters say "ABC", DEF", "SRI" etc.. However when I try to apply to folders which are having more / less than 3 characters including spaces, it fails. Can you please modify the code to...
- 16 Apr 2011 00:00
- Forum: DOS Batch Forum
- Topic: Delete folders specified by user
- Replies: 7
- Views: 7003
Re: Delete folders specified by user
!k, you are the man.
Its working gr8.
Thanks for all your help.
Its working gr8.
Thanks for all your help.
- 14 Apr 2011 01:21
- Forum: DOS Batch Forum
- Topic: Delete folders specified by user
- Replies: 7
- Views: 7003
Re: Delete folders specified by user
!k Thanks for your prompt reply.
As am a novice in this, please be patient.
I copied this code, i assume the range of files to be deleted is to be specified here (echo call %0 01 09 &pause &exit /b)
However after running the batch, nothing happened. Am I doing something wrong.
Devil
As am a novice in this, please be patient.
I copied this code, i assume the range of files to be deleted is to be specified here (echo call %0 01 09 &pause &exit /b)
However after running the batch, nothing happened. Am I doing something wrong.
Devil
- 13 Apr 2011 01:21
- Forum: DOS Batch Forum
- Topic: Delete folders specified by user
- Replies: 7
- Views: 7003
Delete folders specified by user
I have got folders in the format, D:\Myfiles\ABC\04April\06 D:\Myfiles\ABC\04April\07 D:\Myfiles\ABC\04April\08 D:\Myfiles\ABC\04April\09 D:\Myfiles\DEF\04April\06 D:\Myfiles\DEF\04April\07 D:\Myfiles\DEF\04April\08 D:\Myfiles\DEF\04April\09 D:\Myfiles\GHI\04April\06 D:\Myfiles\GHI\04April\07 D:\Myf...