From: ptkwt@... (Phil Tomson) Date: 2003-12-19T13:06:56+09:00 Subject: Re: Running Ruby from a CD In article <0F8F6BCAA80A854082B0159EA7679BC201F61AD9@doom>, Yura Kloubakov wrote: >Hi, > >> As an experiment I burned a CD witha Ruby intallation on it and in the >> root directory of the CD I made a setup.bat that looks something like: >> >> ..\bin\ruby makebat.rb #creates a bat file in %TEMP% that sets ... > >Where does ".." bring you if you are in the root? Sorry, extra '.'. > >> %TEMP%setenv.bat #sets up TCL and TK env vars Ruby needs > >The rest of the batch file will not be executed unless you do: > >call %TEMP%setenv.bat > >> ..\bin\ruby main.rb #starts a little Ruby/TK gui right. Phil