Search found 2 matches
- 16 Jan 2019 16:59
- Forum: DOS Batch Forum
- Topic: Foldername first letter of filename
- Replies: 3
- Views: 3398
Re: Foldername first letter of filename
Thanks. I was not aware of the substring options.
- 16 Jan 2019 13:10
- Forum: DOS Batch Forum
- Topic: Foldername first letter of filename
- Replies: 3
- Views: 3398
Foldername first letter of filename
I have a large number of files in a folder structure. I need to address them via a batch. How do I get the first letter of a filename? Structure: \A\A \A\AUHUIHHU \A\AZZZAHHH \B\BABBBA \B\BUHAHHA etc. Filenames can start with letters A-Z and numbers 0-9. I have the filename in %1 Example: BUHAHHA Ba...