summaryrefslogtreecommitdiffstats
path: root/ds9/win/install.vbs
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/win/install.vbs')
-rw-r--r--ds9/win/install.vbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/win/install.vbs b/ds9/win/install.vbs
index f1e28f1..bd2ee4d 100644
--- a/ds9/win/install.vbs
+++ b/ds9/win/install.vbs
@@ -12,4 +12,5 @@ strDesktop = WshShell.SpecialFolders("Desktop")
set oMyShortCut= WshShell.CreateShortcut(strDesktop+"\SAOImageDS9.lnk")
oMyShortCut.WindowStyle = 7
oMyShortCut.TargetPath = "c:\SAOImageDS9\ds9.exe"
+oMyShortCut.WorkingDirectory = "c:\SAOImageDS9"
oMyShortCut.Save