Global Mapper Scripting for files on sharepoint

Hi everyone,

I have a simple global mapper script that import elevation layers from a folder on sharepoint and export elevation of a point layer.

This works fine on my computer but other people can't run the script because the import file path is linked to the sharepoint sync'ed on my computer.

Import line in the code for example:

IMPORT FILENAME="C:\Users\COMPUTER PC ID\SHAREPOINT SITE NAME\FOLDER ON SHAREPOINT\2025 Best Available Bathy.gmp" \

The issue is other people wouldn't have the same COMPUTER PC ID.

I've tried the URL method but it didn't work (maybe due to firewall issues).

Does anyone have a smart way to make the COMPUTER PC ID to automatically be the user's pc ID not fixed to what's in the address?


Thanks a lot guys!