Hi Ryan.
Just to let you know what I was thinkin in my head about this. <- just brainstorming.
New Action: ADVANCED->Run Process.
Example setup screen for this action:
Run Process
This action executes your text via the system console buffer, prefixed with the START command.
START [ TextBoxForMyText ]
-- Lets say i type: "myExcel" "C:\Programs\Excel.exe" /r "\\server\sharedDocs\myFile.xls"
-- text string should be retrievable from typein, actionResult, or screen value as normal.
The program would execute the following line thru the system command:
START "myExcel" "C:\Programs\Excel.exe" /r "\\server\sharedDocs\myFile.xls"
------------------------
Throw that in a button and voila - any of our office users can open myFile from the server in excel from within method.
I could throw in the same type of functionalities for any program our guys use. Leaving method as the center-piece to all their work-pc needs ^_^ ....
-----------------------------
SOOOO anyway thats the brainstorm dream.
Looking forward to your reply