File Type for DLL

2010-02-20 Thread Bill Vlahos
I set the following file types for various files.

  switch tFileExt
   case .rev
  put RevoRSTK into tFileType
  break
   case .mc
  put MCRDMSTK into tFileType
  break
   case .doc
  put MSWDWDOC into tFileType
  break
end switch

What would it be for a Windows .dll file?

Bill Vlahos
_
InfoWallet (http://www.infowallet.com) is about keeping your important life 
information with you, accessible, and secure.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: File Type for DLL

2010-02-20 Thread Bill Vlahos
Oh, never mind. This is a Windows file and the docs say it is only for Mac 
files.

Bill Vlahos
_
InfoWallet (http://www.infowallet.com) is about keeping your important life 
information with you, accessible, and secure.

On Feb 20, 2010, at 12:18 PM, Bill Vlahos wrote:

 I set the following file types for various files.
 
  switch tFileExt
   case .rev
  put RevoRSTK into tFileType
  break
   case .mc
  put MCRDMSTK into tFileType
  break
   case .doc
  put MSWDWDOC into tFileType
  break
end switch
 
 What would it be for a Windows .dll file?
 
 Bill Vlahos
 _
 InfoWallet (http://www.infowallet.com) is about keeping your important life 
 information with you, accessible, and secure.
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution