mini Posted March 17, 2010 Posted March 17, 2010 (edited) Hi all, I made a little Data Base to store some info from clients... I just want to shear my code sow, some one can get some Info and sow on. Here it its. It saves all input / edit box info to a file, and went it's save, it creates a separated ini file for every client. Thanks to all that helped me on this little project of my.BES.rar Edited March 17, 2010 by mini [size="4"]My first work[/size], it checks if one prograrm is running and if not it closes all necessery windows and run them again.[size="4"]My second work[/size], Script Function: It saves a Client Info and creates a INI file for all clients with all the info.[size="4"]My third work[/size], Script Function: It change some INFO on a working program, every X min configured.
Fulano Posted March 17, 2010 Posted March 17, 2010 Glad to see you got it finished and working #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
mini Posted March 17, 2010 Author Posted March 17, 2010 On 3/17/2010 at 7:43 PM, 'Fulano said: Glad to see you got it finished and working Indeed its working well and it was cool trying to by pass all the problems.You guys helped me a lot. [size="4"]My first work[/size], it checks if one prograrm is running and if not it closes all necessery windows and run them again.[size="4"]My second work[/size], Script Function: It saves a Client Info and creates a INI file for all clients with all the info.[size="4"]My third work[/size], Script Function: It change some INFO on a working program, every X min configured.
ripdad Posted March 17, 2010 Posted March 17, 2010 hello mini It needs a sleep under the while loop - cpu surges on my pc without it While 1 ;Code Sleep(10) $nMsg = GUIGetMsg() "The mediocre teacher tells. The Good teacher explains. The superior teacher demonstrates. The great teacher inspires." -William Arthur Ward
mini Posted March 17, 2010 Author Posted March 17, 2010 (edited) On 3/17/2010 at 10:53 PM, 'ripdad said: hello mini It needs a sleep under the while loop - cpu surges on my pc without it While 1 ;Code Sleep(10) $nMsg = GUIGetMsg() ok thx for the tip Prog fixed Edited March 17, 2010 by mini [size="4"]My first work[/size], it checks if one prograrm is running and if not it closes all necessery windows and run them again.[size="4"]My second work[/size], Script Function: It saves a Client Info and creates a INI file for all clients with all the info.[size="4"]My third work[/size], Script Function: It change some INFO on a working program, every X min configured.
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