Re: [racket-users] Help trying to create a script to launch a program from command line.

2016-02-05 Thread Alvaro Antolinez
Thank you that worked perfectly (once I corrected the path ) Alvaro > El 5 feb 2016, a las 16:20, Benjamin Greenman > escribió: > > I think you want: (system "~users/myuser/minecraft/start.sh") -- You received this message because you are subscribed to the Google Groups "Racket Users" group

[racket-users] Help trying to create a script to launch a program from command line.

2016-02-05 Thread Alvaro Antolinez
Hi all, First a short introduction. I´m a noob learning to code, I started learning with "learn python the hard way" then switched to "Learn Python programing games with Pygame" which is much much better for raw begginers IMHO. Now I´m going throw "How to design programs" and I love both the