Its not so hard:
Download the the
MortScript and unpack the MortScript-4.2-
PNA.cab
Open Notepad and type copy those two lines:
Code:
Run("\Disk\Programs\PDF Reader\PdfReader.exe");
Run("\Disk\Programs\PDF Reader\ScreenRotate.exe");
Save it as pdf.txt.
Rename pdf.txt to pdf.mscr
Rename Autorun.exe to the same name as the script, in this case pdf.exe.
Make a new folder on your M8 and copy this files to your M8 (or copy it in the PDFReader folder):
pdf.mscr (your script)
pdf.exe (your renamed Autorun.exe)
MortScript.exe
Run pdf.exe
If you use this script, make sure, that the ScreenRotate.exe is in the same folder as PdfReader.exe. If not change the path in the script to the files you want to start.
e.g.:
Run("\Disk\Programs\PDF Reader\PdfReader.exe");
Run("\Disk\Programs\
ScreenRotate\ScreenRotate.exe");