#!/bin/csh -f ######### convert .ps to .html (untested) uses webify ######### usage: ps2html file.ps # ### set the path to the "webify" installation here: set webifypath = "/ul/S/webify2.11" echo " " if( "$1" == "" ) then echo -n " ---> ps2html file.ps ---> Enter a file.ps : " set fn = &< endif webify -t $fn $webifypath/template "$fn".ps