lol i'm looking in on making fables portable.
the default for fable's save in in 'my documents'
the following script should do it, but it doesn't help!!
it said it has error creating the profile...
the default for fable's save in in 'my documents'
the following script should do it, but it doesn't help!!
Code:
rem @echo off
Title FableTLC Launcher
set HomePath=%CD%\
set UserProfile=%CD%\
"%CD%\Fable.exe"
exit