Page 1 of 1

Script Copy error

Posted: Tue Aug 13, 2013 7:44 pm
by tas3086
This part of my script:
if ext("OPEN FS 5: "#tdxx#" 0x"#tpxx)=0 then
ext("COPY \ifd.log 5:ifd1.log /y ")
ext("CLOSE FS 5:")
end if
generates the following error :
"Copying \IFD.LOG...Error: Unable to create file 5:ifd1.log"

5: is a NTFS drive. Do I have a permission problem? If so, how do I set/correct the write permission?

(this error running under (Windows32) tbosdtw.exe. Seems to work fine under (DOS) tbosdt.exe to the same NTFS drive)

Thank you in advance

Re: Script Copy error

Posted: Tue Aug 13, 2013 9:00 pm
by TeraByte Support
Set your locking options to 1 or 2 prior to mounting...

ext("Set Option Locking 1")


"tas3086" wrote in message news:6068@public.scripting...

This part of my script:
if ext("OPEN FS 5: "#tdxx#" 0x"#tpxx)=0 then
ext("COPY \ifd.log 5:ifd1.log /y ")
ext("CLOSE FS 5:")
end if
generates the following error :
"Copying \IFD.LOG...Error: Unable to create file 5:ifd1.log"

5: is a NTFS drive. Do I have a permission problem? If so, how do I
set/correct the write permission?

(this error running under (Windows32) tbosdtw.exe. Seems to work fine under
(DOS) tbosdt.exe to the same NTFS drive)

Thank you in advance