Apr 28, 2007 #1 gammaman64 Programmer Joined Apr 28, 2007 Messages 9 Location US Does anyone know the system call that invokes the Windows XP calculator. From What I heard it is only one line of code.
Does anyone know the system call that invokes the Windows XP calculator. From What I heard it is only one line of code.
Apr 28, 2007 #2 feherke Programmer Joined Aug 5, 2002 Messages 9,541 Location RO Hi Code: system("calc"); [gray]# or[/gray] exec("calc"); Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote