Python script names in tasklist
        Posted  
        
            by Richard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard
        
        
        
        Published on 2010-06-02T13:42:41Z
        Indexed on 
            2010/06/02
            15:03 UTC
        
        
        Read the original article
        Hit count: 268
        
python
|batch-file
I am wondering, is there a way to change the name of a script so that it is not called "python.exe" in the tasklist. The reason I am asking is that I am trying to make a batch file that run's a python script. I want the batch file to check to see if the script is already running. if the script is already running then the batch file will do nothing. Thanks
© Stack Overflow or respective owner