Displaying 1 result from an estimated 1 matches for "take_input".
Did you mean:
fakeinput
2007 Mar 19
1
thermocalc in Wine
...nd: wine tc
I get the Error message:
"
*** ERROR 1718 IN MLOPEN
*** NO SUCH FILE
Protection file missing
"
I am not sure if this error message is from Wine or thermocalc.
The batch file is as listed:
"
@echo off
SET TCPATH=C:/home/waldo/TC in NT/TC4A/verm/nt
if exist %1 goto take_input
%tcpath%\tc.exe
goto end
:take_input
%tcpath%\tcl.exe < %1 %2 %3
:end
"
Any recommendations to fix the error and run thermocalc under linux
using wine?