Hi all,
I'm not able to use wine command in crontab it giving following error "Error opening terminal: unknown"
I'm using wine 0.9, i have added following command in crontab
20 10 * * * /home/Maven/test.sh
In the "test.sh" file has the following wine comments
ssdir=/mnt/VSS-DB <!-- VSS DB mounted folder --> path=$path;......
export ssdir export path
wine "z:/mnt/winsys/Program Files/Microsoft Visual Studio/Common/VSS/win32/ss.exe" Workfold $/xyz/Development/src "z:/mnt/workfold/" -Yarunm,maven wine "z:/mnt/winsys/Program Files/Microsoft Visual Studio/Common/VSS/win32/ss.exe" get $/xyz/Development/src -yarunm,maven -R -f
I got tired of flailing in the drak, please correct me where i'm wrong....!!!
Thanks & Regards charles