Jump to content

make .bat for pup pack?


larouillas

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...