I'm trying to compile a tex file with pdflatex outside the directory in which the tex is. This is,
Code: Select all
pdflatex folder\myfile
How can I compile myfile.tex outside folder?
Bests
Code: Select all
pdflatex folder\myfile
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
cd $foldername
pdflatex $file
NEW: TikZ book now 40% off at Amazon.com for a short time.