Skip to content

Commit

Permalink
Add startup script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Myster committed Oct 10, 2012
1 parent 02beca6 commit b979d0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/autosave.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'''''' place this in your windows startup folder.

Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & "autosave" & Chr(34), 0
Set WinScriptHost = Nothing

0 comments on commit b979d0a

Please sign in to comment.