xboxscene.org forums

Author Topic: Does The Copy Command Work For Anyone Else?  (Read 182 times)

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Does The Copy Command Work For Anyone Else?
« on: April 03, 2004, 03:42:00 PM »

I keep getting command not implemented errors. This is with just trying to copy the skins dir to z:\ for testing reasons.

I've tried all these
COPY C:\Skins\  Z:\
COPY C:\Skins\*  Z:\
COPY "C:\\Skins\\" "Z:\\"
COPY "C:\\Skins\\*"  "Z:\\"
Logged

tayior7

  • Archived User
  • Full Member
  • *
  • Posts: 195
Does The Copy Command Work For Anyone Else?
« Reply #1 on: April 05, 2004, 05:31:00 PM »

i remember something about cascade- but i dont really remember what it was used for, or how to use it  unsure.gif  i think its something like this:
CODE

COPY "C:\\Skins\\" "Z:\\" true


also make sure that every file ur copying has an extension, if not it will give an error, that had me stumped for a while once  tongue.gif

o yea- in some of my scripts i copied over 600 mb in 300 files, and it worked flawlessly
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Does The Copy Command Work For Anyone Else?
« Reply #2 on: April 05, 2004, 06:12:00 PM »

I'll give it a try, but in the ActionScript readme the cascade part is for RmDir
Logged

geniusalz

  • Archived User
  • Hero Member
  • *
  • Posts: 1635
Does The Copy Command Work For Anyone Else?
« Reply #3 on: April 05, 2004, 06:34:00 PM »

I've been getting command not implemented errors with webfilefetch as well, even though the file downloads fine.
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Does The Copy Command Work For Anyone Else?
« Reply #4 on: April 06, 2004, 01:51:00 AM »

ARGH.

OK, I will really, really try and look into these tonight.
Logged

kernel_trap

  • Archived User
  • Jr. Member
  • *
  • Posts: 88
Does The Copy Command Work For Anyone Else?
« Reply #5 on: April 22, 2004, 06:55:00 AM »

SH*T. such a basic command and it doesnt work sad.gif

copying single files work, copying folders: NO WAY!

Plz fix it BJ!
Logged