Start Fredhopper processes. For a development box, usually this would run as a scheduled task. Just run start-Fredhopper.bat
cd d:\fredhopper
bin\deployment-agent
@echo off
start start-deployment-agent.bat
echo Launched deployment agent in separate window
echo.
echo Pausing before starting the instance
timeout 30
echo.
echo Starting instance...
cd d:\fredhopper
bin\instance indexer
echo Launched instance in separate window
echo.
echo Done!
pause 10