well with filextra a can open one specific folder on windows:
fileXtraObj=new(xtra"filextra3")
allDrives = fileXtraObj.fx_VolumesToList()
cdDrive=""
repeat with i in allDrives
if fileXtraObj.fx_VolumeIsCDROM(i) then
cdDrive=i
end if
end repeat
open cdDrive & "images" with "explorer.exe"
mac side it's more complicated, any sugestions
thanks
Limiar
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]