Difference between revisions of "Compiling:Batch Files"

From Custom Map Makers Wiki
Jump to: navigation, search
(The %1 variable)
(The %1 variable)
Line 8: Line 8:
 
The %1 variable can be very usefull when making a batch file. Instead of a path to the file you want to work with you can simply use %1. This allowes you to work with the file that are droped on the batch file.
 
The %1 variable can be very usefull when making a batch file. Instead of a path to the file you want to work with you can simply use %1. This allowes you to work with the file that are droped on the batch file.
  
<div id="BatchFilesEg" style="border:2px #777777 dotted; background-color:#bbbbbb; padding:10px; width:50%; marigin-left:50px;">
+
<div id="BatchFilesEg" style="border:2px #999999 dotted; background-color:#dddddd; padding:10px; width:50%; left:50px;">
 
mspaint %1
 
mspaint %1
 
</div>
 
</div>
  
 
[[Category:Compiling]]
 
[[Category:Compiling]]

Revision as of 10:32, 19 August 2011

Batch Files

About

Batch Files are files with one or more command line. Batch files are often used to add surface sounds and bot's. But they can manage the same as a frontend.

The %1 variable

The %1 variable can be very usefull when making a batch file. Instead of a path to the file you want to work with you can simply use %1. This allowes you to work with the file that are droped on the batch file.

mspaint %1