quickSelfTest/run.bat
author sr
Wed, 11 Oct 2017 11:38:51 +0200
changeset 408 981f31dd0a21
parent 337 5c4798132eac
child 412 5ed9e3b61655
permissions -rw-r--r--
*** empty log message ***

@echo on
@echo. 
@echo STX will load resources from the current dir
@echo those resources tells stx which modules should be loaded
@echo but in this case this information is simply wrong (stx wont startup)
@echo because the resources here are only for the application here quickSelfTest.com
@echo so as a hack start stx from an empty directory
@echo. 
@echo off
mkdir emptyDir
cd emptyDir

@echo on
..\..\..\..\projects\smalltalk\stx -I --noInfoPrint --noBanner --abortOnInternalError --abortOnMessageSendError --ignoreHalt --execute ..\Start.st %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off
cd ..