Hi all, I must be doing something wrong, for some reason I simply cannot execute "cd %TMP%" from wine. Here is what I am doing: $ wine cmd> cd %TMP%Even if TMP is reported to be set to: TMP=C:\users\mathieu\Temp I simply cannot cd into that directory. What could I be doing wrong ? Thanks, -- Mathieu
It depends on the drive you're on. You can't switch to a folder in other drive. So if when you run wine cmd you are not in the same drive as %TMP% is you will feel like it didn't work. Example: H:\>cd %TMP% H:\>c: C:\users\bruno\Temp>cd c:\ C:\>cd %TMP% C:\users\bruno\Temp> Is this your problem?
Bruno Jesus wrote:> It depends on the drive you're on. You can't switch to a folder in > other drive. So if when you run wine cmd you are not in the same drive > as %TMP% is you will feel like it didn't work. Example: >It doesn't if you use cd with the /d parameter. Code: F:\>cd /d %TMP% C:\windows\profiles\syl\Temp>
Maybe Matching Threads
- wine / vcvarsall.bat
- [VS2005 Express] starting cl.exe (was Re: wine: Unhandled page fault on read access to 0x00000001 at address 0x7ef6c7aa (thread 0044), starting debugger...)
- SimCity doesn't want to install
- Self compiled wine does not find CD-Rom
- $ sh winetricks dotnet11