I've hit a wall with DWScript trying to "use" other units example:
uses utils, qusers;
Syntax Error: Unknown unit "utils" [line: 3, column: 20]
any help would be highly appreciated.
Additional info: I also add to Script.Config.ScriptPaths the location of files, for example: "C:\myscripts"
Additional info2: the purpose of "uses" usage was that "$INCLUDE" or "$I" had an issue when:
unit1.dws includes unit2.dws
unit3.dws includes unit3.dws and unit1.dws