Command line for a batch process.

General discussion forum - for all that doesn't fit in any other category.
Post Reply
javidoom
Posts: 26
Joined: Thu May 06, 2010 1:47 pm

Command line for a batch process.

Post by javidoom »

Hello

Is there any chance to create an automatic creation of ms-dos disks from various directories?

I mean... I have several directories, filled with roms for the GameDoctor SF7 (snes copier), and I need to inject them (each directory) to a HFE file.

Example:

c:\snes\game1\anyarchiveinsidedirectory
c:\snes\game2\anyarchiveinsidedirectory
c:\snes\game3\anyarchiveinsidedirectory
etc...

to:

game1.hfe
game2.hfe
game3.hfe
etc...

I would use Excel and a batch process to do that... but only if there is a command line to use. :)
Or is there another way to do that? :)

Thanks!

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Command line for a batch process.

Post by Jeff »

javidoom wrote:Hello

Is there any chance to create an automatic creation of ms-dos disks from various directories?

I mean... I have several directories, filled with roms for the GameDoctor SF7 (snes copier), and I need to inject them (each directory) to a HFE file.

Example:

c:\snes\game1\anyarchiveinsidedirectory
c:\snes\game2\anyarchiveinsidedirectory
c:\snes\game3\anyarchiveinsidedirectory
etc...

to:

game1.hfe
game2.hfe
game3.hfe
etc...

I would use Excel and a batch process to do that... but only if there is a command line to use. :)
Or is there another way to do that? :)

Thanks!
which file extension are used with these rom ? if it's *.SMC, this should already works in command line.

javidoom
Posts: 26
Joined: Thu May 06, 2010 1:47 pm

Post by javidoom »

Hello

This is one of the problems...

The extensions aren't always the same, sometimes there is no extension, sometimes it's .078, and another I've seen .s, .o, etc...

The conversion utility (Ucon64) converts from SMC (super magicon format) to GD3 (game doctor)... Making this odd naming extensions in the filename.

The name format in this case, is always:

SFxxyyyz.???

SF=always is SF
xx=size in mbits of the rom (8,12,16,24,32,...)
yyy=first three character of the name
z=A or B or C, etc... based on number of disks used for this game
???=strange extension... :(

Any idea how to convert them in a batch? And no one by one? (There are +3000 games...)

Thanks!

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

javidoom wrote:Hello

This is one of the problems...

The extensions aren't always the same, sometimes there is no extension, sometimes it's .078, and another I've seen .s, .o, etc...

The conversion utility (Ucon64) converts from SMC (super magicon format) to GD3 (game doctor)... Making this odd naming extensions in the filename.

The name format in this case, is always:

SFxxyyyz.???

SF=always is SF
xx=size in mbits of the rom (8,12,16,24,32,...)
yyy=first three character of the name
z=A or B or C, etc... based on number of disks used for this game
???=strange extension... :(

Any idea how to convert in a batch? And no one bye one? (There are +3000 games...)

Thanks!
for the moment try to do a batch rename of the files extension to smc.
after this the batch converter will create a fat12 floppy with the file.

javidoom
Posts: 26
Joined: Thu May 06, 2010 1:47 pm

Post by javidoom »

Hello

Thanks, I'll try that.

I'm still wayting to the unit, so I cannot try it right now...

Thanks again!

Post Reply