[Ilugc] How to autorun html file in Linux on CD insertion?

  • From: dhasthagheer@xxxxxxxxx (Dhastha)
  • Date: Tue, 17 Apr 2012 12:15:18 +0530

Hi friends,

I want to create a autorun html file CD.

I tried following ways

I created a file called autorun shell script file with the content

#!/bin/sh
fullpath=$(pwd)
exec firefox $fullpath/index.html

This not working.

I want to run a html file after inserting CD. Is there any way to do this?

Thanks in advance

-- 




Cheers,

Dhastha

Other related posts: