Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DSBinaries.zip | 2023-05-31 | 3.9 MB | |
DSSetup.msi | 2023-05-31 | 5.0 MB | |
README.md | 2023-05-31 | 1.0 kB | |
Release Candidate 4.tar.gz | 2023-05-31 | 35.6 MB | |
Release Candidate 4.zip | 2023-05-31 | 35.7 MB | |
Totals: 5 Items | 80.2 MB | 0 |
DocScript Desktop Components
- Use DSSetup.msi to install DocScript onto your system
- Or, use the extracted content of DSBinaries.zip, to use DocScript without installation
In this Release: Improvements and new Features...
DSRemoting
RC0 - DocScript programs can now be easily executed on remote computers, requiring knowledge of only the IP address and credentials. See the [Execute on remote machine...] button in DSIDE, and theRemoteShell.DS
sample program for a cool use-case example.- More Built-in Functions (BIFs) - E.g.
DS_StringArray_AllItemsAreUnique()
,DS_StringArray_TrueForAll
, andSystem_RunInline
. - Token-Viewer in DSIDE - The [View Cached Tokens...] button allows you to see which tokens the parser sees.
- Parser bug fixes - The Parser is now better able to cope with invalidly-formed string literals such as
""""""
.
Full Changelog: https://github.com/BenMullan/DocScript/compare/ReleaseCandidate3...ReleaseCandidate4