/write is a slow command due to the fact that it writes to the drive, which is the slowest storage device used on the modern computer (with floppy drives actually being the slowest)
Large files (especially that big) are going to be slow to work with.
If you need to read/write to a file that big, I suggest you look at the /help File Handling