Welcome Guest Search | Active Topics | Members | Log In | Register

sora.exe for Windows 7.. Options · View
jreininger
Posted: Tuesday, May 11, 2010 8:10:37 AM
Rank: Member

Joined: 5/11/2010
Posts: 2
Location: springfield, il
Will there be an update for sorta.exe for Windows 7?

As I just get this error when I run sora.exe

http://www.four2.org/error.jpg


Thanks.
Jonathan
jreininger
Posted: Wednesday, May 12, 2010 2:35:25 PM
Rank: Member

Joined: 5/11/2010
Posts: 2
Location: springfield, il
I wrote my own 'sora7.exe' which works w/ Win7. I just used VS 2010 vb. Built as a command program, and compiled only to require .Net 2.0 (not .Net 4 which VS 2010 defaults to). Lee contact me if you wish.

You can get the .exe here

www.four2.org/sora7/sora7.zip



----Source code ---

Module Module1

'http://www.vbdotnetheaven.com/UploadFile/mahesh/CmdLineArgs02052007003318AM/CmdLineArgs.aspx
'http://www.scriptingpod.com/sora.asp

Public Sub Main()
Console.Out.WriteLine()
Console.Out.WriteLine("Sora7.exe (based on Sora.exe) (c) Jonathan Reininger")
Dim arguments As String() = Environment.GetCommandLineArgs()
Dim RemotePC As String
If arguments.Length < 2 Then
Console.Out.WriteLine("Syntax: Sora7 <PCname>")
Console.Out.WriteLine()
Return
Else
RemotePC = Environment.GetCommandLineArgs(1)
If RemotePC <> "" Then
If System.IO.File.Exists(Environment.SystemDirectory & "\msra.exe") = True Then
Dim myprocess As New System.Diagnostics.Process()
myprocess.StartInfo.FileName = Environment.SystemDirectory & "\msra.exe"
myprocess.StartInfo.Arguments = " /offerra " & RemotePC
myprocess.Start()
Else
Console.Out.WriteLine("Missing: '" & Environment.SystemDirectory & "\msra.exe' (ie default location in Windows7")
End If
End If
Console.Out.WriteLine()
End If
End Sub 'Main

End Module
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

SoClean Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.337 seconds.