Re: alphanumeric list

2011-03-16 Thread yqyq22
On Mar 15, 2:15 pm, yqyq22 yqy...@hotmail.com wrote: On Mar 15, 11:02 am, Laurent Claessens moky.m...@gmail.com wrote: Le 15/03/2011 09:10, yqyq22 a crit : Hi all, I would like to put an alphanumeric string like this one EE472A86441AF2E629DE360 in a list, then iterate inside

alphanumeric list

2011-03-15 Thread yqyq22
Hi all, I would like to put an alphanumeric string like this one EE472A86441AF2E629DE360 in a list, then iterate inside the entire string lenght and change each digit with a random digit. Do u have some suggestion? thanks a lot -- http://mail.python.org/mailman/listinfo/python-list

Re: alphanumeric list

2011-03-15 Thread yqyq22
On Mar 15, 9:20 am, Chris Rebert c...@rebertia.com wrote: On Tue, Mar 15, 2011 at 1:10 AM, yqyq22 yqy...@hotmail.com wrote: Hi all, I would like to put an alphanumeric string like this one EE472A86441AF2E629DE360 in a list, then iterate inside the entire string lenght and change each

Re: alphanumeric list

2011-03-15 Thread yqyq22
On Mar 15, 11:02 am, Laurent Claessens moky.m...@gmail.com wrote: Le 15/03/2011 09:10, yqyq22 a crit : Hi all, I would like to put an alphanumeric string like this one EE472A86441AF2E629DE360 in a list, then iterate inside the entire string lenght and change each digit with a random

Re: http post

2010-05-28 Thread yqyq22
On May 28, 5:17 pm, christian schulze xcr...@googlemail.com wrote: On 28 Mai, 16:47, yqyq22 yqy...@hotmail.com wrote: Hy, i would like to create a little script to reproduce this one below: Do you have suggestion? POST /folder/path/upload.exe?/dir HTTP/1.1 Host: 192.168.100.1:8080

Re: http post

2010-05-28 Thread yqyq22
On May 28, 5:24 pm, christian schulze xcr...@googlemail.com wrote: On 28 Mai, 17:20, yqyq22 yqy...@hotmail.com wrote: On May 28, 5:17 pm, christian schulze xcr...@googlemail.com wrote: On 28 Mai, 16:47, yqyq22 yqy...@hotmail.com wrote: Hy, i would like to create a little script

text file

2008-10-01 Thread yqyq22
HI all, i have some problem with the code belove, i have a list of servers in a textfile (elencopc.txt) i would to retrieve informations via WMI ( cicle for ), but i don't understand if the code is correct: import win32com.client import string import sys listserver =

Re: text file

2008-10-01 Thread yqyq22
On Oct 1, 4:03 pm, [EMAIL PROTECTED] wrote: HI all, i have some problem with the code belove, i have a list of servers in a textfile (elencopc.txt) i would to retrieve informations via WMI ( cicle for ), but i don't understand if the code is correct: import win32com.client import string

microsoft terminal server

2008-08-29 Thread yqyq22
HI, i would like to know if there is a way to create a python script for automate mstsc.exe username and pwd credential, i mean i would create a script that first open mstsc.exe and in the same time is able to fill [computer+username+pwd]. Regards thanks a lot in advance --

history

2006-01-26 Thread yqyq22
Dear all, another little question, I use idle 1.1.2, is there a way to use a history for the command line? thanks in advance -- http://mail.python.org/mailman/listinfo/python-list

remote file

2006-01-25 Thread yqyq22
How to open remote file ? example: \\server\share\file.txt thanks a lot -- http://mail.python.org/mailman/listinfo/python-list