Jump to content

make .bat for pup pack?


LAROUILLAS

Recommended Posts

  • Content Provider
Posted

Hello,

Need your help there is a tutorial to make .bat for pup pack?

 

Option 1 - DMD on BG.bat

Option 2 - Pup Pack on FullDMD.bat

Option 3 - Full dmd.bat

 

Thanks

Posted
12 hours ago, larouillas said:

OK Cliffy, I have my 3 files, how to make the .bat ?

Ok so all the bat files do is use xcopy to copy files from your puppack options folder into the root of the games pup folder. example;

 

rem echo off
xcopy /y "PuP-Pack_Options\Option 3 - BG Topper Separate\*.pup"

 

You would change the folder name to match what you've created. The example is PuP-Pack_Options\Option 3

Create in notepad or notepad++ and save as "Option whatever.bat" without quotes of course. Batch files are simple text files

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...