There is no arduino command in the form you tried that will write all bits to a port at once. If you need to do this you can use the low level functions for direct port IO. The reference page on port manipulation is a good place to start: http://www.arduino.cc/en/Reference/PortManipulation
Oh, I forgot to mention that there is a link to a good tutorial on bitwise math on that page, its well worth reading this if you need help on working with code that operates on some but not all bits.