shell语句在程序中是异步执行的,现在需要使一个执行完后再执行另一个,比如
shell "exp.exe user/pwd@db1 file=C;\db tables=tb1,tb2"
shell "imp.exe user/pwd@db2 file=C;\db full=y"