Jump to content

Is there way to launch replay without GUI?


Guest lvlo

Recommended Posts

Yesterday I was in a hurry, I guess you want to know how to do it by code... something like that will do:

Private nkProcess As New Process()

nkProcess.StartInfo.FileName = "nks.exe"
nkProcess.StartInfo.Arguments = "-r " & My.Computer.FileSystem.SpecialDirectories.MyDocuments & "\netkar pro\replays\" & "myfile.nkr"
nkProcess.Start()

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.