0 of 0

File information

Last updated

Original upload

Created by

MZO

Uploaded by

MZO

Virus scan

Safe to use

Tags for this mod

About this mod

A humble .bat script that will copy (And delete existing) files from one folder to another. A Psuedo File/Mod Manager of sorts. Designed to be an addon to MO2, but will work in any application.

Permissions and credits
Changelogs

Works as a Pseudo File/Mod Manager of sorts, will copy (not move, so you will keep backups) and paste files from one folder (root-folder) into another (game-folder). If the files from root-folder already exist in game-folder, it'll ask you if you want to remove them or not. Making the script work is very easy,
  • Download the script, extract it anywhere you want.
  • Open with any Text Editor of your choice. Lines 6 and 7 are what you need to edit. 'root-folder' is the folder that will have the files and the script will copy from, 'game-folder' is the folder where the script will paste the files into. Replace the paths to fit your case, save and you have a working script.


The internal name of the folder that's being copied into being 'game-folder' may lead you to believe that this might be limited to just games and managing mods. That is not true, this can work for any sort of application where you may want to copy-paste files from one folder (And remove them if need be), repeatedly.

For what it's worth, the reason I created this script was to manage my game root folders, (Since I use MO2 and it does not install to the root folder, for example). So I use this script as a sort of addon to MO2 that will manage the root folder, but again, the applications are endless, the script can be used for anything.

MO2's VFS will not affect the script's functionality, so IF you use this with MO2, you can safely add it as an executable to MO2 and launch it from within MO2 for ease of use, the script will still function as it should.