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

2016-02-06 Thread Daniel Brunner
Hi Alvarao, Am 05.02.2016 um 15:59 schrieb Alvaro Antolinez: > Hi all, > [...] > > this works so far, but when I try to use > > (command my-path) > > to launch the executable dr. Racket says this: > command: unbound identifier in module > you might want to consider using something like (s

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

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

2016-02-05 Thread Benjamin Greenman
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. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more

[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