ayaan 1.45.0

AyaanScript+ runtime and ASPKG package manager. A small scripting language with classes, inheritance, FFI, and a built-in webserver.
1
2
3
4
@echo off
REM Launches the install-ayaanscript.ps1 in a visible PowerShell window.
REM Called by the MSI custom action right after files are extracted.
start "AyaanScript+ Installer" powershell.exe -NoProfile -ExecutionPolicy Bypass -NoExit -File "%~dp0install-ayaanscript.ps1"