Re: alphanumeric list

2011-03-16 Thread yqyq22
On Mar 15, 2:15 pm, yqyq22 wrote: > On Mar 15, 11:02 am, Laurent Claessens wrote: > > > > > > > Le 15/03/2011 09:10, yqyq22 a crit : > > > > Hi all, > > > I would like to put an alphanumeric string like this one > > > EE472A86441AF2E629DE360

Re: alphanumeric list

2011-03-15 Thread yqyq22
On Mar 15, 11:02 am, Laurent Claessens 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 dig

Re: alphanumeric list

2011-03-15 Thread yqyq22
On Mar 15, 9:20 am, Chris Rebert wrote: > On Tue, Mar 15, 2011 at 1:10 AM, yqyq22 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 eac

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: http post

2010-05-28 Thread yqyq22
On May 28, 5:24 pm, christian schulze wrote: > On 28 Mai, 17:20, yqyq22 wrote: > > > > > > > On May 28, 5:17 pm, christian schulze wrote: > > > > On 28 Mai, 16:47, yqyq22 wrote: > > > > > Hy, i would like to create a little script to re

Re: http post

2010-05-28 Thread yqyq22
On May 28, 5:17 pm, christian schulze wrote: > On 28 Mai, 16:47, yqyq22 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.

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

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 = open('c:\\elencopc.txt','r

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 -- http://mail.python.org/m

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