Hi All, I'm new to shake scripting. What is the replacement of Terminal in Mac, on Windows ? And How can i script on the windows ? Sorry for my english ..
Thanks
Osx has a terminal in /Applications/Utilities. For windows you can just use the command prompt or a utility like SFU(Services for Unix) or Cygwin:
http://technet.microsoft.com/en-us/interop...n/bb380242.aspxhttp://cygwin.com/
To script in windows you just use a text editor.
terminal is there to access the Unix based functions of the system. since windows is not a Unix driven platform, it is best to download a Unix emulator, and you will be able to type commands the same way you could on a mac or linux machine