Search found 2 matches

by zebzz
29 Jun 2020 08:10
Forum: DOS Batch Forum
Topic: Creating filenames automatically with X and Y
Replies: 2
Views: 3442

Re: Creating filenames automatically with X and Y

Thank you for your help, great and simple file generation process. Just could not get my head around the process. :D :D :D :D :D :D
by zebzz
28 Jun 2020 16:09
Forum: DOS Batch Forum
Topic: Creating filenames automatically with X and Y
Replies: 2
Views: 3442

Creating filenames automatically with X and Y

Hi, I am trying to write a batch script were i will prompt for a 'X' and 'Y' value. I then need to generate files from a single file. I need to have something like this:- filename_X01_Y01.xxx filename_X01_Y02.xxx filename_X01_Y03.xxx filename_X01_Y04.xxx filename_X02_Y01.xxx filename_X02_Y02.xxx fil...