Hello Jean,
in my IMport/Export settings I use the current computer name
On a new computer/virtual machine I have to change the static computer name every time.
Wouldn't it be possible to use environment variables?
- old:
- path: D:\_PortableTools\Quick Access Popup\Backups-Configs\QuickAccessPopup-export-PCTERTA2-%A_Now%.ini
- result: D:\_PortableTools\Quick Access Popup\Backups-Configs\QuickAccessPopup-export-PCTERTA2-20230104082802.ini
- new:
- Environment: COMPUTERNAME=VMEXP04
- path: D:\_PortableTools\Quick Access Popup\Backups-Configs\QuickAccessPopup-export-%COMPUTERNAME%-%A_Now%.ini
- result: D:\_PortableTools\Quick Access Popup\Backups-Configs\QuickAccessPopup-export-VMEXP04-20230104082802.ini