:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Example Script to be invoked by TSW installer :: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: This simple test writes some data into a file named test.txt in the :: TSW directory. All scripts or executables invoked using the TSW installer :: 'execute' verb will be passed the path to the TSW executable as their :: first argument, and the path in which the installer has saved any :: any temporary files as a second. So :: :: c:\temp\testscript.bat d:\TSW\ c:\temp\ :: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo "test successful" > %1\test.txt