Hi,I'm a newbie
I'm having a problem moving ini from userprofile
The ini file is in %USERPROFILE%\FunShion.ini
How do I move it to %PAL:%PAL:DataDir%\settings
I have tried [FilesMove] and [Environment] but it doesn't work
pls help
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Hi,I'm a newbie
I'm having a problem moving ini from userprofile
The ini file is in %USERPROFILE%\FunShion.ini
How do I move it to %PAL:%PAL:DataDir%\settings
I have tried [FilesMove] and [Environment] but it doesn't work
pls help
FilesMove is the way to do it. If you post the exact code you are trying in your FilesMove we will be able to help you better, instead of just providing the answer and you being none-the-wiser as to why it works.
You'd specifically need this:
[FilesMove]
settings\FunShion.ini=%USERPROFILE%
That would move the file back and forth between C:\Users\[USERNAME]\ and AppNamePortable\Data\settings.
Sometimes, the impossible can become possible, if you're awesome!
IIRC, that is (supposed to be) reserved to the Launcher.
Previously known as kAlug.
I believe files are ok. It's that you can't use the settings file as a DirectoriesMove location. The manual still lists settings as a FilesMove example.
Sometimes, the impossible can become possible, if you're awesome!
Thanks...It worked!
I was wrong that I have used [FilesMove] with settings\FunShion.ini=%USERPROFILE%\FunShion.ini