On Wed, 31 Oct 2001 6:38:59 GMT, Alex Venn wrote: > Here's how I do it with my version of viewer.bat:
> VIEWER.BAT > ; VC driver > ; Arachne expects it's cfg file in the cwd so we need to save the > ; current one, change to the Arachne dir and run it from there and > ; finally return to the original cwd > ppd push > d: > cd \arachne > core.exe %1 > ppd pop > Ppd is just a directory pusher/popper and there are several others. And I had written: For Viewer.bat try something like: @Echo off c:\arachne %1 which is wrong/incomplete anyway - should have been c:\arachne\arachne %1. I didn't try it so I can't say if it would find the .cfg file, so better use a push/pop method like above that can also restore the proper drive. - Clarence Verge - Back to using Arachne V1.62 ....
