chiners_68 Posted May 17, 2007 Posted May 17, 2007 ive got a shortcut which runs this path & file. C:\orant\BIN\ifrun60.EXE fes9005 menu="FES" how would I put this in a run command to include all the items. would it be Run('C:\orant\BIN\ifrun60.EXE fes9005 menu="FES"') or would I need to add or change speach marks etc..? at presnt it runs in my script but I dont think its using the fes9005 & menu bit at the end correctly..?
chiners_68 Posted May 17, 2007 Author Posted May 17, 2007 right. that line is ok. its the srating directory I need to add to the run on the shortcut it has a starting directory of C:\Students\Forms How do I add this to the shortcut target bit above.
erebus Posted May 17, 2007 Posted May 17, 2007 Read the helpfile. Run('C:\orant\BIN\ifrun60.EXE fes9005 menu="FES"', "C:\Students\Forms")
chiners_68 Posted May 17, 2007 Author Posted May 17, 2007 Sorry all, I found it not long after my second post.Run --------------------------------------------------------------------------------Runs an external program.Run ( "filename" [, "workingdir" [, flag[, standard_i/o_flag]]] )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now