Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DSSetup.msi | 2023-03-25 | 4.7 MB | |
DSBinaries.zip | 2023-03-25 | 3.2 MB | |
README.md | 2023-03-25 | 1.0 kB | |
Release Candidate 3.tar.gz | 2023-03-25 | 33.5 MB | |
Release Candidate 3.zip | 2023-03-25 | 33.6 MB | |
Totals: 5 Items | 75.0 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...
DSCompilation
RC0 - DocScript programs can now be compiled to standalone .exes, requiring only the .NET Framework to be present on a client. See the [Compile to EXE...] button in DSIDE.- More Built-in Functions (BIFs) - There are now BIFs for networking (including
System_Curl()
andSystem_Ping()
). - Improved command-line handling for DSCLI and DSIDE - both of these programs now accept a DocScript-Source-File as their first command-line argument, instead of being forced to use the
/OpenSourceFile:*
or/SourceFile:*
syntax. This has been done for compatibility reasons, and the original CLA style still works completely.
Full Changelog: https://github.com/BenMullan/DocScript/compare/ReleaseCandidate1...ReleaseCandidate3