ouser wrote: > Dear Jeff, > > First, thank you for your answer. > > The first example was the batch file's content. > I use it withouth arguments, and it's working in windows. > > The second one is as I tried but doesn't work with wine. > > okay, the root of the matter, I want to set 2 variables named datadictalias and projetalias and it's values to the application. > > It's not work with the datadictalias=example form by wine. how can I pass it? C:\Users\jeffz>set datadictalias=foo C:\Users\jeffz>echo %datadictalias% foo But ofcourse, you will need to understand that UNC path is not supported in Wine as in my original response.