Page 1 of 1

Script Copy error

Posted: Sun Nov 08, 2020 4:51 pm
by Jameshah
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)

Re: Script Copy error

Posted: Sun Nov 08, 2020 7:15 pm
by Eric
Did you change before the "locking" option? It should not be changed, or set to 1 or 2.
Also, is the ifd.log file in the root of the current drive? You wrote \ifd.log in the copy command, and maybe the file \ifd.log does not exist?