running windows application from Command prompt
-
Hi , Thanks for your reply,my basic idea is calling everything from command prompt without showing windows or hiding windows,clearly what i want i have to pass username and password... from command prompt like this, windowsApp1 -U userName -P password -S serverName -F fieldname(which is in database),after that every thing will have run as a background without showing windows.if possible send o/p to console. i think its clear now,if you have any samples send me thanks.
-
Hi , Thanks for your reply,my basic idea is calling everything from command prompt without showing windows or hiding windows,clearly what i want i have to pass username and password... from command prompt like this, windowsApp1 -U userName -P password -S serverName -F fieldname(which is in database),after that every thing will have run as a background without showing windows.if possible send o/p to console. i think its clear now,if you have any samples send me thanks.
-
Why don't you just run it mininmized and set the form show in taskbar property to false. That makes it run invisibly.
Hi , Thanks for your reply,my basic idea is calling everything from command prompt without showing windows or hiding windows,clearly what i want i have to pass username and password... from command prompt like this, windowsApp1 -U userName -P password -S serverName -F fieldname(which is in database), after that every thing will have run as a background without showing windows i thinkits clear now,if you have any samples send me thanks.