For testing the TXSTEP prototype version October 2012 under Windows, proceed as follows: - unzip the file txstep-1210.zip to the directory which is specified for TUSTEP_DSK in the TUSTEP session in which the following commands will be given. - Start a TUSTEP session and give the following commands: #anmelde, xstep*xstep_inst #$?$xstep*xstep_inst This creates the files xstep.bat and log.bat in the directory xstep which has been created when unzipping txstep-1210.zip, and adjusts the path names for the files used in the exercises. In the Oxygen-Editor: create buttons for running a TXSTEP script and for showing the log file: "tools" "external tools" "preferences" "new" fill in the following fields: - field "Name:" txstep - field "Description:" start the txstep script - field "Command line:" c:\xstep\xstep.bat ${cf} (for "c:", give the path name specified for TUSTEP_DSK, see above) click "OK" "new" - field "Name:" txstep.logfile - field "Description:" show the log file - field "Command line:" c:\xstep\log.bat (for "c:", give the path name specified for TUSTEP_DSK, see above) click "OK" If Oxygen is not available, you may run the TXSTEP script as follows (for "c:", give the path name specified for TUSTEP_DSK, as described above, and replace "xxx.xml" by the name of the TXSTEP script you want to run): - activate the Windows "START" button, chose "execute", fill in "c:\xstep\xstep.bat c:\xstep\scripts\xxx.xml" press enter or "ok" or - in a DOS command prompt window: c:\xstep\xstep c:\xstep\scripts\xxx.xml or - in a TUSTEP session, give the following command: #makro $$ execute "c:\xstep\xstep.bat c:\xstep\scripts\xxx.xml" *eof