open-discussion
open-discussion > mipav.vbs
Sep 12, 2014 06:09 AM | Ali Al-Radaideh - Hashemite University
mipav.vbs
Dear users,
I am quite new to mipav. I have just installed it on my windows 7 64bit and after installation i went to start menu and selected MIPAV to start the software. Unfortunately, every time i do this, the mipav.vbs is opened in notepad as a text and it shows the following
'mipav.vbs
Set args = Wscript.Arguments
Dim showWindow
showWindow = 0
For Each arg In args
If (arg = "--show-window") Then
showWindow = 1
End If
' Wscript.Echo arg
Next
CreateObject("Wscript.Shell").Run "mipav.bat", showWindow, True
So any ideas how to start up the MIPAV software.
Thanks,
Ali
I am quite new to mipav. I have just installed it on my windows 7 64bit and after installation i went to start menu and selected MIPAV to start the software. Unfortunately, every time i do this, the mipav.vbs is opened in notepad as a text and it shows the following
'mipav.vbs
Set args = Wscript.Arguments
Dim showWindow
showWindow = 0
For Each arg In args
If (arg = "--show-window") Then
showWindow = 1
End If
' Wscript.Echo arg
Next
CreateObject("Wscript.Shell").Run "mipav.bat", showWindow, True
So any ideas how to start up the MIPAV software.
Thanks,
Ali
Threaded View
Title | Author | Date |
---|---|---|
Ali Al-Radaideh | Sep 12, 2014 | |
Evan McCreedy | Sep 12, 2014 | |
Ali Al-Radaideh | Sep 12, 2014 | |
Evan McCreedy | Sep 12, 2014 | |