REM KÖR FME
"C:\\apps\\FME\\2016\\fme.exe" entre1.fmw
"C:\\apps\\FME\\2016\\fme.exe" entre2.fmw
"C:\\apps\\FME\\2016\\fme.exe" entre3.fmw
pause
REM KÖR FME
"C:\\apps\\FME\\2016\\fme.exe" entre1.fmw
"C:\\apps\\FME\\2016\\fme.exe" entre2.fmw
"C:\\apps\\FME\\2016\\fme.exe" entre3.fmw
pause
it's look like:
C:\\Windows>REM KÍR FME
C:\\Windows>"C:\\apps\\FME\\2016\\fme.exe" entre1.fmw
FME 2016.1.3.2 (20170214 - Build 16717 - WIN32)
FME Desktop ESRI Edition (floating)
Permanent License.
Machine host name is: L-18DBF2262DC4
Operating System: Microsoft Windows 10 64-bit (Build 14393)
Copyright (c) 1994 - 2016, Safe Software Inc.
Safe Software Inc.
File entre1.fmw could not be opened
Program Terminating
i do it directly from C: prompt
Based on the error message you need to specify the complete path to your workspace files. Example:
"C:\apps\FME\2016\fme.exe" "c:\users\myself\documents\fme\entre1.fmw"
If you don't, FME will try to look for the workspace file in your current directory, which in your case seems to default to c:\windows
With start get I even this:
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
With start get I even this:
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
But as long as you specify the full fme.exe and workspace path, it shouldn't make any difference, you can then safely ignore the warning.
Thank you very much. It works!
thank you for the information.