RE: Viewing the file and directory structure in a .iso file

2008-04-21 Thread Dave Korn
Fergus Daly wrote on 21 April 2008 14:29: > The recent inclusion of cdrkit in Cygwin is marvellous, thank you. > Is there a way that one can view from within Cygwin the file/ > directory structure within a .iso file? In Linux it would be > mkdir {viewingdir} mount {isofile} -o loop

Viewing the file and directory structure in a .iso file

2008-04-21 Thread Fergus Daly
The recent inclusion of cdrkit in Cygwin is marvellous, thank you. Is there a way that one can view from within Cygwin the file/ directory structure within a .iso file? In Linux it would be mkdir {viewingdir} mount {isofile} -o loop {viewingdir} find {viewingdir} or equival