The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
joelcresswell
8 years agoActive Contributor
Managing script repo
Hello I'm just looking for a bit of advice regarding maintaining a script repository. I notice when i look at an exported XML backup of a script collection it has a couple of ways to specify a pa...
- 8 years ago
Ok cool i've figured this out.
A valid entry for pulling a script file is as follows:
<?xml version="1.0" encoding="utf-8"?> <scripts version="3.0"> <script id="7238"> <name>Test</name> <storageid></storageid> <path>http://webserver.com/test.bat</path> <description></description> <ostype>0</ostype> <locationtype>1</locationtype> <autostartorder></autostartorder> </script> <scripts>The location type seems to need to be 1. Leaving script ID empty i was still able to import.
joelcresswell
8 years agoActive Contributor
Hi Sandor.
The page doesn't give the option to upload multiple scripts at a time, in addition i'd like to manage the scripts myself and using the XML import option has been the most convenient way so far.
Is there any way of using any internet source, like HTTP links for example in the XML file as a source for the files?
joelcresswell
8 years agoActive Contributor
Ok cool i've figured this out.
A valid entry for pulling a script file is as follows:
<?xml version="1.0" encoding="utf-8"?>
<scripts version="3.0">
<script id="7238">
<name>Test</name>
<storageid></storageid>
<path>http://webserver.com/test.bat</path>
<description></description>
<ostype>0</ostype>
<locationtype>1</locationtype>
<autostartorder></autostartorder>
</script>
<scripts>The location type seems to need to be 1. Leaving script ID empty i was still able to import.