You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
257 B

:: This script will build an aggregate MSX disk image
@echo off
setlocal
SETLOCAL EnableDelayedExpansion
set MTOOLS_SKIP_CHECK=1
set TOOLS=../../Tools
set PATH=%TOOLS%\mtools;%PATH%
PowerShell -ExecutionPolicy Unrestricted .\BuildMsxDsk.ps1 || exit /b