Anybody know how to invoke control panel applets? What I really want to do is make Wine use my default Date format that I used in Windows, but it's reverted to the goddawful American usage (with two digit years, no less). wine timedate.cpl (or wine C:/windows/system/timedate.cpl) fails with an error 193 and nothing in the log -- derek
correct way is : wine control timedate.cpl or control timedate.cpl (error 193 means invalid exe file)> wine timedate.cpl (or wine C:/windows/system/timedate.cpl) > > fails with an error 193 and nothing in the log > -- > derek > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle wrote:> correct way is : > wine control timedate.cpl > or > control timedate.cpl > (error 193 means invalid exe file)For the invalid exe file message, see the post to wine-patches yesterday, "brown paper bag fix". Maybe that will fix it.