Tim and Frieda and others,

pause/resume is in the next pre-release (10.9.68 I think)

Within a script you can use pause:

  script whatever.spt;pause;script number2.spt

or just alone, of course:

  pause

which also pauses whatever script is currently running,

and only as a command by itself:

  resume

or, if you don't want to resume:

  quit  (just that script)

or

  exit  (all queued scripts)



Hope this is what you had in mind.

Bob



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to