Hello.
Using the following dos .bat code to auto activate a VI job works extremely well because it means I can automate the processess with out humans being trained on VI or what not.
However.... When I run a VI job this way, it operates at about 10% the speed it would if I went to the VI menu and manually activated it. Why? And is there a way around this?
Thanks!
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
Using the following dos .bat code to auto activate a VI job works extremely well because it means I can automate the processess with out humans being trained on VI or what not.
However.... When I run a VI job this way, it operates at about 10% the speed it would if I went to the VI menu and manually activated it. Why? And is there a way around this?
Thanks!
ChaZ
Code:
M:
CD\
CD MAS90\HOME
M:\MAS90\HOME\PVXWIN32.EXE ..\launcher\sota.ini ..\soa\mas90 -ARG VIWI05 W O DIRECT DISPLAY AAP
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.