Page 4 of 4

Posted: Sun Apr 10, 2005 3:36 pm
by Weehawk
I'm unsure as to what the wlf file is supposed to do or show: If i try to run wlfview it says wlf file not found... where is it looking?
You just gotta use the .wlf after the file name or it won´t work.
For those who would like to leave the files in the inp folder, and don't want to type the extensions or paths, this batch file is a convenience.

Use Notepad to save the text in the box below as wv.bat in the same folder with the executable viewer, and type "wv inpname" on the command line,where inpname is the name of the inp file and the name of the .wlf file (they must be same).

Code: Select all

rem usage: wv inpname   (name of .wlf file and .inp file must be same)

wlfview inp\%1.wlf  inp\%1.inp
It only works if the files are in the inp folder within the folder that holds the executable viewer and if the names of the .wlf and .inp files are identical.