Search results

  1. B

    Help with batch file menu

    I tried but failed....when I type in for example npr at terminal I get: bash: npr: command not found
  2. B

    Help with batch file menu

    OK I will try this. All my bash scripts are located in /Home and they are not in any other folder....they are in /Home along with the other folders normally in /Home. I think if I can run the scripts with just one simple name with no extension from the Terminal, thats good enuff for me. A menu...
  3. B

    Help with batch file menu

    OK all the scripts are the same with exception of the URL: #!/bin/bash mplayer http://us4.internet-radio.com:8266 chmod +rx jazz.sh One other thing. If I get an "Access denied" what is the chmod code to change permissions? I used to know much of this stuff back around 2004 when I first go into...
  4. B

    Help with batch file menu

    New here.....I created about 7 .sh "batch" files to listen to audio streams via the Terminal. However I don't know where the actual files are located. But they work anyway, by simply typing "./<URL> and the audio quickly comes on in the terminal with much text flying by. What I would like to do...
Top