What's the difference between background and foreground commands?
-
@Russ Could you give me an example of a command to run a script?
-
@Alê-滝口, if the computer is running Mac or Linux, the command could be:
~/yourscript.sh
That assumes you've created a script in your home directory called yourscript.sh.
If the computer is running Windows, the command could be:
c:\scripts\yourscript.bat
That assumes you created a c:\scripts folder, and put yourscript.bat in it.
-
@Russ thank you !!!