Please, feel free to flame me if I have overlooked something and this is a stupid question.
Is it impossible to copy a folder, its contents, and nested folders in this iteration of the scripting language? I understand it says "file." I just want to make sure I am not overlooking something.
If these are not implimented, are they something that is planned for a future release?
Thanks in advance for your help!
Is it impossible to copy a folder, its contents, and nested folders in this iteration of the scripting language? I understand it says "file." I just want to make sure I am not overlooking something.
If it is impossible to copy a folder, is there a way to create a folder? I didn't see that either.##############################################
#
# copy <filename> <target>
#
# copies a file to the targetted harddrive
# location
#
##############################################
copy X3_install.ini z:\
If these are not implimented, are they something that is planned for a future release?
Thanks in advance for your help!