MS Dos command to run application
-
Hi, I have an application which I launch.This application then has a login window where I input the login details before I can select the anything from the application menu. I need to make an ms-dos command that will launch the application,and pass the login parameters that are specified in the command to login window. Thanks in advance.
-
Hi, I have an application which I launch.This application then has a login window where I input the login details before I can select the anything from the application menu. I need to make an ms-dos command that will launch the application,and pass the login parameters that are specified in the command to login window. Thanks in advance.
are you sure there's no simpler way ? you could write an application that does a findwindow to locate the login window, then 'posts' data to the controls etc - a bit of googling and looking here on CP should reveal all the techniques 'g'
-
are you sure there's no simpler way ? you could write an application that does a findwindow to locate the login window, then 'posts' data to the controls etc - a bit of googling and looking here on CP should reveal all the techniques 'g'
-
which application is it. check whether it has any command line interface. through which you can pass the username and password.