Page 2 of 2

Posted: Sat Feb 03, 2007 10:42 pm
by Darth_Z13
Well I put a .bat file together with this inside:

Code: Select all

MOVE /Y C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\addon\test\*.* "C:\Documents and Settings\[taken out]\Desktop"
and it tells me that the syntax is incorrect... what did I do wrong? I read this tutorial and this one to try and make it.

Posted: Sun Feb 04, 2007 1:16 am
by [RDH]Zerted
Put quotes around your first directory too. MS-DOS can't handle spaces in folder names.

"C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\addon\test\*.*"

Posted: Sun Feb 04, 2007 11:42 am
by Darth_Z13
Ah cool, that worked! Thanks! This is exactly what I wanted in the first place! :D