Hi,
How do I start _progress.exe on linux?
If I do only _progres.exe it works..... but if I use parameters ( _progress -b -basekey "ini" -ininame myFile.ini -pf myPF.pf ) it does not work... return an error:
Ø How do I start _progress.exe on linux?
Hi,
How do I start _progress.exe on linux?
If I do only _progres.exe it works..... but if I use parameters ( _progress -b -basekey "ini" -ininame myFile.ini -pf myPF.pf ) it does not work... return an error:
Flag this post as spam/abuse.
Hello Ellen,
Name of the executable is "_progres". Can you please try running the same command using :
_progres -b -basekey "ini" -ininame myFile.ini -pf myPF.pf
- DivyaTheja
Hi,
How do I start _progress.exe on linux?
If I do only _progres.exe it works..... but if I use parameters ( _progress -b -basekey "ini" -ininame myFile.ini -pf myPF.pf ) it does not work... return an error:
Flag this post as spam/abuse.
You can't use INI files on Linux.
-- Tom Bascom 603 396 4886 tom@greenfieldtech.com[/collapse]
INI files are only supported on Windows because they're read and written using Windows OS functions. There are libraries that handle INI files on Linux/Unix if that stick in the eye is bothering you.
Reply by Matt Gilarde
INI files are only supported on Windows because they're read and written using Windows OS functions. There are libraries that handle INI files on Linux/Unix if that stick in the eye is bothering you.
-- Tom Bascom 603 396 4886 tom@greenfieldtech.com