Hi
I need to launch a campaign through terminal
Basically I need not to be tracked
I use Windows and not Mac - everything I read about Terminal relates to Mac so I assume there is a parallel feature on Windows?
If so - what is it? How does it work? Can I handle it myself with no programmer?
Is anyone aware of any step-by-step/guide/tutorial on "How to..."?
Appreciated!
You can use the cmd prompt or Windows Power shell.
If you need a bash shell (like the OSX terminal), maybe https://www.cygwin.com/ or http://mobaxterm.mobatek.net/ will work. They give you a bash "terminal" on Windows. I use the latter to run some small Python scripts on a windows machine.
Thanks jessejames - what is the difference between them? How do I know what best suits me?
Btw - I have Azure
What exactly do you want to do Micha? If you want to ssh to a server then putty is what you need to use on windows to get a command access to a remote server. The use winscp as a file transfer and manager. However if you are used to windows command - unix ones are very different. Happy to help point you in the right direction though I'll need to know more about what you want to do.
Paul