1.

Solve : How to run dos based exe file in solaris?

Answer»

I have a MS dos based BATCH file say B.bat which includes an exe file (execute this file). When I convert this to Solaris Bash SH file. This exe file cannot be executed. Does anybody have experience or can give some suggesions?

JustinYou would first need to convert / recompile any IBM Machine code LANGUAGE file for your solaris system.

DOS / WIN executables are just not compatible with other machine languages.

I have some reservations when you rename a BAT file to SH file for solaris. The DOS COMMANDS may not be identical for Solaris and could be have undesired results.

Given that simple commands could work eg.
ECHO HELLO WORLD



Discussion

No Comment Found