How can I execute windows batch files from UNIX-AIX, where I installed copssh?
相关问题
- Why should we check WIFEXITED after wait in order
- softlinks atime and mtime modification
- UNIX Bash - Removing double quotes from specific s
- Get unexpanded argument from bash command line
- Include and Execute EXE in C# Command Line App
相关文章
- Making new files automatically executable?
- Reverse four length of letters with sed in unix
- Compile and build with single command line Java (L
- Extracting columns from text file using Perl one-l
- Problem with piping commands in C
- How to update command line output?
- How to execute another python script from your scr
- Makefile and use of $$
Check out winexe.
Does this work? From the Unix box:
You can't unless it's very basic, i.e. it doesn't call any Windows specific programs, in which case you're probably better off transcoding it to bash or similar.
The best way will be translating it into bash.