summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-10-14 20:38:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-10-14 20:38:52 -0700
commit1493152627752ebeb203db6569dc75ce610ccb5b (patch)
treec43fadc4cf08df708175fafbffd05184893a9bfc
parent2ad7868014be7dc9a14222be07cae7272efe4fcb (diff)
downloaddotfiles-1493152627752ebeb203db6569dc75ce610ccb5b.tar.gz
dasl-setup.bat
-rwxr-xr-xbin/dasl-setup.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/dasl-setup.bat b/bin/dasl-setup.bat
new file mode 100755
index 00000000..77335a50
--- /dev/null
+++ b/bin/dasl-setup.bat
@@ -0,0 +1,7 @@
+@echo off
+mkdir C:\%HOMEPATH%\SPW
+copy /y lib\putty.exe.reg C:\%HOMEPATH%\SPW
+copy /y lib\putty.exe-empty.reg C:\%HOMEPATH%\SPW
+copy /y lib\spwhitton@putty.ppk C:\%HOMEPATH%\SPW
+copy /y bin\ctrlswapcaps.exe C:\%HOMEPATH%\SPW
+explorer "C:\%HOMEPATH%\SPW" \ No newline at end of file