Does fastpush work on international installs of Windows?
In theory yes it should, as out of people mentioned above one is German and Norway. I’ve altered key parts of the script so it’s less English-centric (is that a term?) but I can’t trap all non-English output. The point where the script is most likely to fail at, will be the ping statement and the location of “program files”. I understand that “program files” changes quite radically when you don’t use an English install of Windows. One key problem for me testing the script’s compatibility is that a) I only speak English and b) I don’t have a non-English install of NT/2000/XP. 🙂 For Spanish users, Wilter Borba and Diego Rodriguez both tell me that you need to trap a different result for the IPSTATUS part of Fastpush. Search that section out under Notepad and change the if %ipc% statements to this: if “%ipc%”==”Conectado” goto sharecheck if “%ipc%”==”Desconectado” goto sharecheck If anyone else has anything about their ups and downs with Fastpush, let me know and I’ll post your findings