Skip to content

Commit

Permalink
simple install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScatteredRay committed Aug 2, 2017
1 parent 3047346 commit f5bb83a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
IF "%1"=="" GOTO Usage
mkdir %1

cp *.scm %1
cp s7.exe %1
cp s7pp.exe %1

echo Installiation complete

GOTO End

:Usage
echo "install <destination path>"

:End

0 comments on commit f5bb83a

Please sign in to comment.