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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to