Re: The binary "[.exe"

2006-03-23 Thread Russell Montgomery
Hi Vanessa, The [ is the test operator. Normally it is used in conditional statements ( if [ "$TERM" = "xterm" ]; then ...) but testing can be used in conjunction with logical testing (&& || - logical and, logical or) for example: [ "$TERM" = "xterm" ] && echo "you are using xterm" [ $? -eq 0 ] |

Re: Problems with the snapshot 20060314

2006-03-14 Thread Russell Montgomery
your screen, simply change the properties of the shortcut to have it run Minimized. You'll still see the dos window task bar button show which then quickly disappears. Its no great fix, but it makes it look cleaner. --- Russell Montgomery Corpus Christi, Texas -- Unsubscribe info: