What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[Trinity] Easy Reset & Update Script

Sqnc

Member
Joined
Mar 28, 2017
Messages
60
Reaction score
23
Hi guys,

Here are two simple batch (.bat) script you can use while Reset & Update your Trinity.

Where to place these files?
1) Place both files to the same directory with Demonbuddy.exe

Execute TrinityReset.bat when
you have changed a code in Trinity (e.g. Routine, little tweaks in files, etc.) This will not touch Trinity, and only delete compiled assemblies & routines.

Execute TrinityUpdate.bat when you have a new Trinity to install, upgrade or downgrade. This will delete all Trinity related files & complied assemblies & routines.

Notes:
1) If you play with Trinity too often, these are useful to you.
2) You don't have to trust me, therefore please Right Click on .bat file and click on Edit to see contents.

Enjoy.

Download:
1) TrinityReset.bat => https://svn.riouxsvn.com/trinitydevopt/TrinityReset.bat
2) TrinityUpdate.bat => https://svn.riouxsvn.com/trinitydevopt/TrinityUpdate.bat

Trinity Reset
Code:
rmdir /S /Q CompiledAssemblies
rmdir /S /Q Routines\TrinityRoutine

Trinity Update

Code:
rmdir /S /Q CompiledAssemblies
rmdir /S /Q Routines\TrinityRoutine
rmdir /S /Q Plugins\Trinity
 
Back
Top