F
Frank Meulblok
Guest
Your command line must be one that the OS understands. Since you're trying to run a Unix command line on a Windows machine, that's not the case here. For starters: - Windows uses "copy" instead of "cp" - Windows uses backslashes "\" instead of forward slashes "/" to delimit directory names.
Continue reading...
Continue reading...