; ;Graphic Workshop for Windows install script ;arguments: %1 = destination path ; copy gws.exe %1 onerror say Error copying GWS.EXE ; copy gws.wri %1 onerror say Error copying GWS.WRI copy example1.img %1 onerror say Error copying EXAMPLE1.IMG copy example1.thn %1 onerror say Error copying EXAMPLE1.THN copy example2.gif %1 onerror say Error copying EXAMPLE2.GIF copy example2.thn %1 onerror say Error copying EXAMPLE2.THN copy example3.gif %1 onerror say Error copying EXAMPLE3.GIF copy example3.thn %1 onerror say Error copying EXAMPLE3.THN copy readme.txt %1 onerror say Error copying README.TXT copy order.frm %1 onerror say Error copying ORDER.FRM copy order.wri %1 onerror say Error copying ORDER.WRI copy bwcc.dll %1 onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file. ; ; Use only if there's a README.TXT file ; copy readme.txt %1 onerror say Error copying README.TXT ; ;registered versions only ; ;copy camera.exe %1 ;onerror say Error copying CAMERA.EXE ;copy camera.wri %1 ;onerror say Error copying CAMERA.WRI ; ; Now go make the group ;