I'm trying to run batch scripts from linux on a windows machine I heard the nmap has a solution but I can't get an example Is it possible? How? Noam
Asked
Active
Viewed 187 times
1 Answers
1
Nmap (a network scanning tool) is not for running Unix/Linux scripts on Windows. On Linux, the usual shell is bash. If you want to run bash scripts on Windows, you might use cygwin, you might try Windows Services for Unix or even win-bash.

Elliott Frisch
- 198,278
- 20
- 158
- 249