Hi,
i have executable file abc.exe which is a system command to execute the file i provide to it. something like
abc.exe xyz.txt
would execute on the txt file provided and gives the result.
all these days i am running this command on windows machine. but now i have modified my application a client-server.
therefore, now i have this abc.exe on the server(which is linux 9.0). now when i am trying to say
abc.exe xyz.txt
it is giving the error:
-bash: ./LM.EXE: cannot execute binary file
on the linux server.
can anyone tell me why i am getting this error. however, i am passing this file xyz.txt from client machine to server machine a serilized object. the file is transferring without any problem....but only when i am trying to execute i get this error!!!
cheers
pre_pra