Does anyone know why this script would only insert one page from the source file when the source file actually has two pages.
According to the Acrobat Javascript Guide if nStart and nEnd aren't specified then all the pages form the source file should be inserted.
In using Acrobat 5.0 on Windows.

this.insertPages(
{
nPage: this.numPages-1,
cPath: "/C/Documents and Settings/Administrator/Desktop/mySourceFile.pdf"
}

Thanks in advance for any help.