shell - Is there any way to execute .cmd file in Unix? -
how create .cmd file in .cmd file , pass variable in execute command.
is there way execute .cmd file in unix ?
kindly advice
thanks,
no, not really
the .cmd
files in windows interpreted windows cmd.exe
program. if open 1 up, you'll find .cmd
file contains text commands executed.
in unix world equivalent command files shell scripts. these have .sh
extension , interpreted bash
program.
read more shell scripts online
well maybe...
you can run cmd.exe
program on linux, solaris mac , bsd using compatibility layer called wine however, because of differences between platforms, have revise scripts , manually check things paths , executable names still valid.
Comments
Post a Comment