ScriptSpot

Forum topic · Scripts Wanted

Load .ms file from url

By xathletic01x · 2015-06-26

Description

Hey guys -

Is there a way to load script off from a website instead of local drive?

scriptfile = "http://www.website/file.ms"
fileIn (scriptfile)

Comments (2)

.

miauu · 2015-06-26

Download the script in the local temp folder and then load it.

Web Load .ms file

xathletic01x · 2015-06-26

There is no way to load it from the web? isn't it essentially reading text in local file as it can from website? I hope there is a way....