> I am getting an error cant find program, but the actual windows path is > coming up in the log is c:Program name instead of c:\program name. How
\ is used by the command shell in Linux as a escape character, so in order to actually get \ passed to the program (wine) you need to give it \\ instead so, c:\\program\ files\\html-kit\\hk.exe" or "c:\program files\html- kit\hk.exe" will work also. Pat -- Patrick Jordan-Smith Systems and Network Consultant [EMAIL PROTECTED]
