Getting Rev to utilize Volume Shadow Services
Derek Bump
runrev at dreamscapesoftware.com
Fri Feb 8 11:58:03 EST 2008
Chipp,
What I'm referring to is the file locking mechanism that is employed by
the system. This mechanism is traditionally used when attempting to
prevent 2 processes from opening the same file and essentially
overwriting each other's data.
http://en.wikipedia.org/wiki/File_locking
But I'll test your suggestion out to see if it resolves the problem. If
it does, it saves me the time trying to copy the file first.
Derek Bump
Dreamscape Software
http://www.dreamscapesoftware.com
___________________________________________________________________
Compress your photos quickly and easily with JPEGCompress 2.9!
http://www.dreamscapesoftware.com/products/jpegcompress/
Chipp Walters wrote:
> If all you're trying to do is unlock a file, this should work for you:
> (WinXP)
>
> answer file "Chose file to unlock."
> if it is empty or the result is "cancel" then exit to top
> put it into tfile
> replace "/" with "\" in tfile
> put "attrib"&& quote & tfile & quote && "-R" into DosCommand
> set the hideConsoleWindows to true
> get shell (DosCommand)
> answer information tfile & cr & "Unlocked"
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list