I just tested my batch file, works great! I tested by deleting the bin files manually. My batch looks like this: ============================== @ECHO OFF start ' /D'C: Program Files VAG-COM' 'C: Program Files VAG-COM VagCom.exe':START if not exist 'c: Program Files VAG-COM d1.bin' echo *%time% - D1 missing, copying! If not exist 'c: Program Files VAG-COM d1.bin' copy 'c: Program Files VAG-COM c d1.bin' 'c: Program Files VAG-COM d1.bin' if not exist 'c: Program Files VAG-COM d2.bin' echo *%time% - D2 missing, copying! If not exist 'c: Program Files VAG-COM d2.bin' copy 'c: Program Files VAG-COM c d2.bin' 'c: Program Files VAG-COM d2.bin' if not exist 'c: Program Files VAG-COM d3.bin' echo *%time% - D3 missing, copying! If not exist 'c: Program Files VAG-COM d3.bin' copy 'c: Program Files VAG-COM c d3.bin' 'c: Program Files VAG-COM d3.bin' start /w wscript.exe sleep.vbs GOTO START ============================== Sleep.vbs looks like: ============================== Wscript.Sleep 1000 ============================== It gives the following timestamped output to the command line if the bins are deleted: ============================== * 2:58:44.37 - D1 missing, copying!
1 file(s) copied. * 2:58:44.37 - D2 missing, copying! 1 file(s) copied. * 2:58:44.37 - D3 missing, copying! 1 file(s) copied. ============================== I read in another thread that unless you do it every second it bitches or doesn't work that well, but you can easily play with this value yourself. It is in milliseconds.
This setup uses about 20% of the CPU time to handle the script, not bad. I use this one: ------------------------------ @ECHO Off start ' /D'c: program files vag-com' 'c: program files vag-com vagcom.exe':STRT if not exist 'c: Program Files VAG-COM d1.bin' copy 'c: Program Files VAG-COM vagcopy d1.bin' 'c: Program Files VAG-COM d1.bin' if not exist 'c: Program Files VAG-COM d2.bin' copy 'c: Program Files VAG-COM vagcopy d2.bin' 'c: Program Files VAG-COM d2.bin' if not exist 'c: Program Files VAG-COM d3.bin' copy 'c: Program Files VAG-COM vagcopy d3.bin' 'c: Program Files VAG-COM d3.bin' echo Starting!
On request some members I upload legendary old version VAG-COM 409.1 English languague. Work with VAG-COM 409.1 (blue) USB interface, any K/KL/KKL and 3rd USB interfaces Inside are instructions for install.
Eleven madison park cookbook pdf. ELEVEN MADISON PARK is sure to be one of the most talked-about cookbooks of 2011. The book features more than 125 sophisticated recipes, arranged by season, adapted for the home cook, and accompanied by stunning full-color photographs by Francesco Tonelli. Under the leadership of Executive Chef Daniel Humm and General Manager Will Guidara since 2006, the restaurant has soared to new heights and has become one of the premier dining destinations in the world. Synopsis • Eleven Madison Park is one of New York City's most popular fine-dining establishments, and one of only a handful to receive four stars from the New York Times. ELEVEN MADISON PARK: THE COOKBOOK is a sumptuous tribute to the unforgettable experience of dining in the restaurant, where the latest culinary techniques are married with classical French cuisine.
Echo Wscript.Sleep 6000> sleep.vbs start /w wscript.exe sleep.vbs echo Done! Del sleep.vbs GOTO STRT ---------------------- For all you who don't know what to do: copy past the script (text between my ------------------------------) to notepad and save as for example vag.bat.
NOW: start ' /D'c: program files vag-com' 'c: program files vag-com vagcom.exe'. Windows Xp instructions. (Using Ebay Blue Vag-Com Cable) AS FAR AS I KNOW VAG-COM 409.1 WILL NOT WORK ON WINDOWS 7. But you can now register your ebay vag-com cable with Rosstech for $99 and it will work on Windows 7 with there Vag-com lite registered software. It will unlock all features like adapting sensors but not Can-Bus. For Can-Bus you need an original rosstech cable.
This is what you need to do. To get it to run on windows xp. Make sure the location paths for Vag-com in step 4 are the same as on your computer. This is the default location if your using windows xp home if not change them to match yours. Making this Simple for people. Step 1 -Install Vag-com Step 2 -Run Vag-com 409.0 Crack it will ask for the location where you installed vagcom.
- Author: admin
- Category: Category