hey,
i noticed that whenever I execute *.bin files, it is needed to run command setenv PATH...
Can anybody explain me what is the usage of this command? cheers
|
hey,
i noticed that whenever I execute *.bin files, it is needed to run command Can anybody explain me what is the usage of this command? cheers
| |||||||
feedback
|
|
It's modifying the system path. This controls where the system checks for executables. The path is a colon-separated list of directories; the system will check each, in order, until it finds the executable you run. If none contain it, you will get a "command not found" error. | |||||||
feedback
|