Search found 7 matches

by thdgaf
12 Aug 2015 09:04
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

ty
by thdgaf
11 Aug 2015 22:03
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

Not understanding what your needing basically top row in quotes is all needs change inside the cue to match filename of game it needs to loop through all folders and name cue correspondence to file name of that game
by thdgaf
11 Aug 2015 21:19
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

i hope this is what your talking about first example is before its change just change whats in the quotes its in cue file FILE "N123.bin" BINARY TRACK 01 MODE1/2352 INDEX 01 00:00:00 TRACK 02 AUDIO PREGAP 00:02:00 INDEX 01 56:32:63 to FILE "N321.bin" BINARY TRACK 01 MODE1/2352 IN...
by thdgaf
11 Aug 2015 19:31
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

Code tags I'm lost
by thdgaf
11 Aug 2015 12:14
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

Filename only I want to change in multiple cues as well as cue file and folder to match the cue and bin fes of what's filename in the cue
by thdgaf
11 Aug 2015 11:37
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

Re: create a batch file for cue

its old dos games that they released on pc now i have the discs of em cdbased
by thdgaf
11 Aug 2015 02:12
Forum: DOS Batch Forum
Topic: create a batch file for cue
Replies: 13
Views: 7167

create a batch file for cue

Basically what I want do is create batch that renames filename of first row of a cue file as we cue and bin same as folder of cue folder and to do this multiple times for example Filename N123.cue has TRACK 01 MODE1/2352 INDEX 01 00:00:00 TRACK 02 AUDIO PREGAP 00:02:00 INDEX 01 56:32:63 to FILE &quo...