• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Directory Opus Button for SC Users

Started by darkuni, November 06, 2005, 02:08:27 AM

Previous topic - Next topic

darkuni

For those using the excellent Directory Opus for file management, here is a button definition to easily backup your SAV files from your card.  Its not much, but what the heck ... might as well give back when I can ...

What Does It Do:
Backs up SAV files from a designated path to another designated path with auto-naming folders using date/time for a unique copy.

How Do I Use It:
Copy the XML file to your clipboard, open Directory Opus, go into Configuration Mode, right click a toolbar, and select PASTE BUTTON.

Be sure to change the paths in the XML to match your card reader and hard drive location to save to (should be obvious - if you can use a SuperCard, this shouldn't stump you).

I'll check the thread if you have questions ...

<?xml version="1.0"?>
<button display="icon" effect="gray" separate="yes">
   <guid>{2B77C5AE-53E7-40D3-958D-B6BDEF0EAA87}</guid>
   <label>Backup SAV Files</label>
   <tip>Backup your SuperCard SAV files</tip>
   <icon1>106</icon1>
   <function type="normal">
      <instruction>CreateFolder "C:\nds_saves\{date|''MM'-'dd'-'yyyy''}-{time|hh'-'mm}"</instruction>
      <instruction>Copy FILE "g:\nds\*.sav" TO "C:\nds_saves\{date|''MM'-'dd'-'yyyy''}-{time|hh'-'mm}" FORCE</instruction>
   </function>
</button>
hane R. Monroe,
Co-Host of Dual Screen Radio
My Hacking Page | My DS List