summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/win/install.vbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/win/install.vbs b/ds9/win/install.vbs
index 7223ce0..35a0a20 100644
--- a/ds9/win/install.vbs
+++ b/ds9/win/install.vbs
@@ -3,7 +3,7 @@
'
'dim fso
'set fso = CreateObject("Scripting.FileSystemObject")
-'fso.CopyFolder "..\WZSE0.TMP","c:\ds9",True
+'fso.CopyFolder "..\WZSE0.TMP","c:\SAOImage DS9",True
'
' Create a ds9 shortcut on the Desktop
'
@@ -11,5 +11,5 @@ set WshShell = CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oMyShortCut= WshShell.CreateShortcut(strDesktop+"\SAOImage DS9.lnk")
oMyShortCut.WindowStyle = 7
-oMyShortCut.TargetPath = "c:\ds9\ds9.exe"
+oMyShortCut.TargetPath = "c:\SAOImage DS9\ds9.exe"
oMyShortCut.Save