Skip to main content
simply more productive
The Data Specialist

✅ Easy data integration - import/export
✅ No programming required thanks to visual modeling
✅ Simple ETL tool with versatile options

Flowheater Chart

Trying to batch run a command

  • FlowHeater-Team
  • avatar Topic Author
  • Offline
  • Admin
  • Admin
More
12 years 4 months ago #2315 by FlowHeater-Team
Trying to batch run a command was created by FlowHeater-Team
Hello, could you possibly help me with the following batch command?

I’m trying to batch run a command “Excel-to-Multi-Brand.fhd”

With the following
Code:
@echo off FHBatch.exe /MaxRows 10000 C:\Users\bgreenway\Google Drive\Product Data\Excel-to-Multi-Brand.fhd if %ERRORLEVEL% LSS 0 goto error echo OK goto end :error echo error :end

I’ve also tried:
Code:
@echo off REM adapt the following to the actual path of FHBatch.exe set FHBATCH=""C:\Program Files (x86)\FlowHeater V3\BIN\FlowHeater.exe" %FHBATCH% Excel-to-Multi-Brand.fhd

Neither seem to work, I will admit I’m new to command lines

Bryan Greenway
Request received via E-Mail

Best wishes
Robert Stark

Please Log in or Create an account to join the conversation.

  • FlowHeater-Team
  • avatar Topic Author
  • Offline
  • Admin
  • Admin
More
12 years 4 months ago #2316 by FlowHeater-Team
Replied by FlowHeater-Team on topic Trying to batch run a command
Hi Bryan,

This is related to the spaces in your path definition. Please try the following Batch CMD command script.
Code:
@echo off REM adapt the following to the actual path of FHBatch.exe set FHBATCH="C:\Program Files (x86)\FlowHeater V3\BIN\FlowHeater.exe" %FHBATCH% "C:\Users\bgreenway\Google Drive\Product Data\Excel-to-Multi-Brand.fhd" if %ERRORLEVEL% LSS 0 goto error echo OK goto end :error echo error :end

Best wishes
Robert Stark

Please Log in or Create an account to join the conversation.

Time to create page: 0.126 seconds
FlowHeater Logo
FlowHeater - The Data Specialist
Efficient data integration and transformation with FlowHeater – the perfect solution for a seamless transfer of your data.
Legal information
Support & Contact
Contact

Phone:
0951 / 9933 9792

eMail:
info@flowheater.net


Copyright © 2009-2026 by FlowHeater GmbH. All rights reserved.