Convert a SCATT file into JSON
- Ensure that SCATT Professional software is installed
- Clone/copy scatt2json.vbs into a directory
From a 32 bit Windows command line:
CSCRIPT.EXE scatt2json.vbs [<path> <path> ..]
If paths to files are supplied scatt2json will convert those, otherwise it will scan the current directory for '.scatt' files and convert them.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
See the LICENSE file for details. In summary, scatt2json is licensed under the MIT license.