Posts Tagged ‘writing a script’
Do anyone know how to write a script for a Empire Earth 2 scenario?
I have empire earth 1 & 2. The script format in empire earth 2 is dll or ddf.I don’t have the codes for writing a script for empire earth 2. can anyone tell me where I can download some kind of a manual or a guide?
How do I execute a Python script written in IDLE?
I am writing a script using Python in IDLE and I am wondering how to execute it. Does anyone know?
How can i download a file by opening multiple connections to the server using PHP?
im writing a script to download a file using php and curl. but downloading is just too slow, i want to open multiple connections to the server and download the file (hence accelerate the download). how can i do this ?