-1

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

user1109846
  • 37
  • 10

1 Answers1

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