Jun 12, 2009 #1 whn Programmer Oct 14, 2007 265 US Can it be done? If so, which module should I use? Just started to write perl on windows and know little about windows. Thanks.
Can it be done? If so, which module should I use? Just started to write perl on windows and know little about windows. Thanks.
Jun 13, 2009 #2 MikeLacey MIS Nov 9, 1998 13,212 GB It can be done yes - because you can use the Win32API from Perl. But you shouldn't unless you're both a Perl expert and a Windows API expert. Mike http://www.myspace.com/micahhowzathttp://mikelacey.fuzz.com/ Upvote 0 Downvote
It can be done yes - because you can use the Win32API from Perl. But you shouldn't unless you're both a Perl expert and a Windows API expert. Mike http://www.myspace.com/micahhowzathttp://mikelacey.fuzz.com/
Jun 15, 2009 #3 1DMF Programmer Jan 18, 2005 8,795 GB You can also write VBScript via perl and have a sheduled task run it. It's a bit clunky but i used a similar process to create windows account logins from web signups. "In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you." "If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way! Upvote 0 Downvote
You can also write VBScript via perl and have a sheduled task run it. It's a bit clunky but i used a similar process to create windows account logins from web signups. "In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you." "If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!