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