I have two apps that work together. One acts as a login screen where users can login, the other app is the actual User Interface. Normally a user will login and if the password turns out to be correct then the app creates a .txt file with the username and some other info. I then shell the second app and the first thing the other app does is read the .txt file and loads the appropriate form based on the .txt file info. So...
I want to get away from using .txt files and I know I can accomplish this if I could simply send the user data as an argument when I shell the second app. Is it possible for a B4PPC app to receive arguments? If so, how do I intercept the argument? Can somebody post a code sample of this?
Thanks...
I want to get away from using .txt files and I know I can accomplish this if I could simply send the user data as an argument when I shell the second app. Is it possible for a B4PPC app to receive arguments? If so, how do I intercept the argument? Can somebody post a code sample of this?
Thanks...