divide by zero, inaccurate discount and totals, reflection of user input git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@273 4033779f-a91e-0410-96ef-6bf7bf53c507
8 lines
173 B
Batchfile
8 lines
173 B
Batchfile
@echo off
|
|
|
|
|
|
@REM Run webscarab
|
|
@REM - Assumes webscarab.properties file is in webscarab directory
|
|
cd webscarab
|
|
..\java\bin\javaw -Duser.home=.\ -jar webscarab.jar
|