Open Explorer from a MEN File
Open Explorer from a MEN File
(OP)
I'm using the following syntax :
ACTIONS "Explorer http://sea/testserver/View.aspx?documentId=109"
But it throws an error ... The path '109' does not exist or is not a directory.
The same error appears when running from a command prompt. The fix (there) being to wrap documentId=109 in quotes ... http://sea/testserver/View.aspx?"documentId=109"
Any ideas how I can format this to work in a MEN file ?
ACTIONS "Explorer http://sea/testserver/View.aspx?documentId=109"
But it throws an error ... The path '109' does not exist or is not a directory.
The same error appears when running from a command prompt. The fix (there) being to wrap documentId=109 in quotes ... http://sea/testserver/View.aspx?"documentId=109"
Any ideas how I can format this to work in a MEN file ?
Specialty Engineered Automation (SEA)
http://www.sea4ug.com
a UGS Foundation Partner





RE: Open Explorer from a MEN File
ACTIONS "Explorer \"http://sea/testserver/View.aspx?documentId=109\""
Specialty Engineered Automation (SEA)
http://www.sea4ug.com
a UGS Foundation Partner