View Single Post

  #2 (permalink)  
Old 04-18-2006, 08:38 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Append >/dev/null 2>&1 to your script i.e.

Code:
wine /home/payal/.wine/c-drive/Program\ Files/Microsoft\ Office/Office10/WINWORD.EXE >/dev/null 2>&1 &
Reply With Quote