
198 II Buildable Tools
<?xml version ="1.0" encoding ="UTF -8"? >
<MyGameCommandBatch >
<command name ="loadmap ">
<param name=" infile " value =" level1 .map" / >
</ command >
<command name ="ps3build " >
<param name=" outfile " value =" level1 .ps3map " / >
</ command >
<command name ="x360build">
<param name=" outfile " value =" level1 .x360map " / >
</ command >
<command name =" closecurrentmap"/>
<MyGameCommandBatch />
Listing 13.1. Example batch file.
history is useful for repetitive tasks or for debugging purposes because it allows us
to know the operations the user has made and be able to reproduce them.
13.4 Improvements to the Command System
13.4.1