Migrating Report Managers
If you already have reports saved by another report manager, you may be able to import them into ROK Battles by adding the folder to the desktop app.
CubasMike's report manager
- Locate the folder where CubasMike's report manager saved your reports.
- Right-click the folder, click
Copy, then paste it somewhere safe. Your Desktop is fine. - Open the copied folder.
- Right-click anywhere inside the folder and select
Open in Terminal. - Run this PowerShell command:
Get-ChildItem -Recurse -File | ForEach-Object {
Move-Item $_.FullName -Destination $PWD -Force
}This moves all mail files from subfolders into the main copied folder.
After the command finishes, add the copied folder to the ROK Battles desktop app.
Using something different?
Reach out and we will see what we can do.