2013-02-21

Linux Wine: Setting Windows/DOS environment variables & running bat files

Example how to add environment variable "PATH"




Example of running *.bat:

Content of bash for starting *.bat file:
--------------------------------------
#!/bin/bash
wine start ./dir.bat
--------------------------------------

Content of "dir.bat":
--------------------------------------
DIR
PAUSE
--------------------------------------

No comments:

Post a Comment