[plt-scheme] start from cd ?

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jun 21 15:42:35 EDT 2005

On Jun 21, Ivan l. Altaparmakov wrote:
>  I have intention to write scheme installation directory
>  on cd and then start scheme on whatever computer i have
>  acces to without copyng files to the hdd.
>  What should i do ? If it is possible?
> install.bat will not work , it wants write permition 
> the similar problem is if i want to use scheme 
> from shared network forlder with no write permition on it.

The executables that are generated by setup need to know where to find
things, this is why install.bat tries to write files.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.