On 10/26/10 10:19 AM, Sónia Liléo wrote: > Z:\root>PUSHD //computername/Users/username/Directory > Invalid parameter > > > Is it possible to use the command PUSHD under wine on some way? > > Is the error message "Invalid parameter" related to the change from \ to /? The real problem is that you passed a UNC path to it, which Wine doesn't understand... yet. What you have to do right now is mount the share somewhere on your host OS's file system, then assign it a drive in winecfg. Then you'll have to modify your run.bat file to refer to the drive. Chip