Indesign Revert Document

Does anyone know how to phrase the ‘revert to saved’ command when VersionCue is not enabled, without closing the document (close saving no)?

thanks,

Ralph

I manage to revert it by:

revert document 1

However, it will prompt with a reminder. Is there a way to revert the document without reminder?
TIA!

try:


Tell application "Adobe Indesign CS3"
tell script preferences
set properties to {user interaction level:never interact}
end tell
end tell

-Ralph

Thank you, Ralph!

It works great!