A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Idle.bat (Linked to Open Office I think)



 
 
Thread Tools Display Modes
  #1  
Old August 20th 07, 12:51 AM posted to microsoft.public.windowsxp.general
BoaterDave
external usenet poster
 
Posts: 82
Default Idle.bat (Linked to Open Office I think)

Can somone please advise what this .bat file instruction actually does to my
PC (XP Home SP2)

@echo off
rem Working IDLE bat for Windows - uses start instead of absolute pathname
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9

TIA

David
************************************************** ***********************


Ads
  #2  
Old August 20th 07, 06:38 AM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)
external usenet poster
 
Posts: 4,441
Default Idle.bat (Linked to Open Office I think)


"BoaterDave" wrote in message
...
Can somone please advise what this .bat file instruction actually does to
my PC (XP Home SP2)

@echo off
rem Working IDLE bat for Windows - uses start instead of absolute pathname
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9

TIA

David
************************************************** ***********************


It won't do anything on a standard Windows machine because
Windows does not know what to do with an extension of ".pyw".


  #3  
Old August 21st 07, 12:04 AM posted to microsoft.public.windowsxp.general
Paul Randall
external usenet poster
 
Posts: 335
Default Idle.bat (Linked to Open Office I think)

..PYW files may be python scripts. Some OEM computers, my Compaq with Vista
preinstalled for instance, have a version of Python installed and may have
many python scripts for various purposes. Search your registry, for keys,
with the string pyw.
I have installed a different version of python on my WXP system; .pyw files
are listed in the registry as being type Python.NoConFile, whatever that
means :-).

If .PYW is in your registry, then running the batch file will try to find
and run the idly.pyw script, passing it up to 9 parameters that you would
type behind the name of the batch file when you run it in a command line
window.

You might get a feel for what it does by searching for idle.pyw and viewing
it in notepad or your favorite text viewer. Well written scripts often have
comments that even a caveman can understand.

-Paul Randall

"BoaterDave" wrote in message
...
Can somone please advise what this .bat file instruction actually does to
my PC (XP Home SP2)

@echo off
rem Working IDLE bat for Windows - uses start instead of absolute pathname
start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9

TIA

David
************************************************** ***********************



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 01:11 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.