[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to run octave from VB.net
From: |
ijourneaux |
Subject: |
Re: How to run octave from VB.net |
Date: |
Fri, 4 Apr 2014 06:29:51 -0700 (PDT) |
It should work. Although I have not used vb.Net to call Octave as a task I
have used AutoIT.
This is what the string looks like
$string = '"' & $OctaveFolder & "\" & $OctaveEXE & '" ' & '"' &
$scriptfolder & "\pickout.m" & '"'
RunWait($string, $ScriptFolder)
--
View this message in context:
http://octave.1599824.n4.nabble.com/How-to-run-octave-from-VB-net-tp4663491p4663494.html
Sent from the Octave - General mailing list archive at Nabble.com.