Hello again Poul, Thanks for the fix but my chrome still did not run. I think its because when I installed Google chrome I installed it for 'all users'. I think if one does that it installs chrome on the path : C:\Program Files (x86)\Google\Chrome\Application So in my case browser.js looks for user profile and assumes that since USERPROFILE exists chrome.exe must be on the path:
/Local Settings/Application Data/Google/Chrome/Application/chrome.exe To fix this I just chucked out the whole if clause and just put in this line in browser.js: exports.command= '"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" --homepage' and it worked! Thanks for the neat app! If a similar generic server can be created for all browsers it would be great! -passingby PS- for those on windows 7 and wish to open a command terminal inside a particular folder please read this http://www.sevenforums.com/tutorials/27778-open-command-window-here.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/J6lqK4U4CB0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

