8. Drupal, Memcached and Solr on Windows

When it comes to Drupal management and deployment, Drush is a must. This webcasts is about installing and configuring Drush on Windows, in order to manage local and remote Drupal sites on Windows and Linux.
In case you might also want to try the demos in a virtual machine, just download a free copy of Windows Server trial edition and run it on your favorite virtualization software, on Windows, Mac or Linux.
If you have any questions please contact @alexpilotti or @gracefr.
Resources:
I followed the steps to setup the aliases.drushrc.php file and tried the following command:
c:\>drush @nc updatedb
system module :
7074 - This update has been removed and will not run.
Do you wish to run all pending updates? (y/n): y
The command could not be executed successfully (returned: [error]
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
, code: <em class="placeholder">1</em>)
'all' cache was cleared [success]
An error occurred at function : drush_core_cache_clear [error]
Finished performing updates. [ok]
An error occurred at function : drush_core_updatedb [error]
Can you explain what all this means?
Hi, it looks like you miss some quotes around your path: "C:\Program Files\etc"