Code: Select all
\documentclass[a4paper,11pt]{article}
\usepackage{hyperref}
\begin{document}
\href{run:C:/Program Files/AMPS Batch Allocation/AmpsBatchAllocation.exe}{Run}
\end{document}
Is it possible to do this in LaTeX?
Code: Select all
\documentclass[a4paper,11pt]{article}
\usepackage{hyperref}
\begin{document}
\href{run:C:/Program Files/AMPS Batch Allocation/AmpsBatchAllocation.exe}{Run}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\href{file:///C:/Program Files/AMPS Batch Allocation/AmpsBatchAllocation.exe}{Run}
NEW: TikZ book now 40% off at Amazon.com for a short time.