In article <[EMAIL PROTECTED]> you write: > Dear List, > as stated one may use Arachne as an external viewer for HTML, > GIF, JPG, etc. to e.g. the Norton Commander. > > I made a viewer.bat by adding to the top of arachne.bat two lines: > > c: > cd \arachne > > And yes this is working all right if the extensions in Norton point to > viewer.bat > But... after showing HTML or a picture in Arachne, Arachne is not going > back correctly to the original working directory in Norton but stays in > C:\Arachne. > When looking at a series of images I have to search for the original > directory and filename manualy... Norton is supposed to go back to the > last entry and not to stay in Arachne directory. > > How can I correct that???
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. Alex. -- ____________________________ _______________________________ ( Alex Venn ) ( Success has many fathers, ) (_) [EMAIL PROTECTED] (____) but failure is an orphan. (_)
