summaryrefslogtreecommitdiff
path: root/nxt-python-fantom/install.bat
diff options
context:
space:
mode:
Diffstat (limited to 'nxt-python-fantom/install.bat')
-rw-r--r--nxt-python-fantom/install.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/nxt-python-fantom/install.bat b/nxt-python-fantom/install.bat
new file mode 100644
index 0000000..afa7bfc
--- /dev/null
+++ b/nxt-python-fantom/install.bat
@@ -0,0 +1,11 @@
+@echo off
+@call setup.py install
+if errorlevel 1 goto error
+goto end
+:error
+echo -=-=-=-=-=-=-=-=-=-=-
+echo There was an error during the installation.
+echo Please check the above text for more information.
+pause
+:end
+@echo on