View Single Post
Dervish
Senior Member
 
Join Date: May 2013
Location: Grand Forks ND
Posts: 130

Old June 9th, 2016, 05:28 PM
if you have a Notebook++ you can make two batch files on each machine works particularly well if you have dropbox or any other cloud based solution

transmit batch file

@echo off
cd "c:\ProgramData\Herolab\data\5e"
copy filename.user c:\dropbox

retrieval batch file
@echo off
cd "c:\dropbox"
copy Filename.user "c:\Program Data\Herolab\data\5e"

cd "C:\Program Files (X86)\Hero Lab"
start HeroLab.exe

note this is only useful for the windows environment and is useless for the ipad
Dervish is offline   #4 Reply With Quote