blender play in cd or install in pc..

what is the easiet to do a game play in a cd or install in pc?
how can i make a blender game play in a cd?

It looks like you want to learn about autorun.

In a nutshell:

  1. Put your executable and all other necessary files on the CD
  2. Put a file named autorun.inf in the root directory of the CD.

Here is an example autorun.inf file:

[autorun]
open=mygame.exe
icon=mygame.ico

This assumes “mygame” is the name of both the executable program and an icon file, etc.

Hope this helps.

Duoas thanks i’ll let you know if this works.[/quote]