Skip to main content
simply more productive

The Data Specialist

Thanks to our intuitive transformation designer, you can convert data effortlessly to a variety of formats without knowing how to program. It’s not only efficient, it’s also easy to use.
Up to 100,000 records can be processed with the freeware version!
Flowheater Chart

Trying to batch run a command

  • FlowHeater-Team
  • avatar Topic Author
  • Offline
  • Admin
  • Admin
More
10 years 9 months ago #2315 by FlowHeater-Team
Trying to batch run a command - Post(2315) 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
10 years 9 months ago #2316 by FlowHeater-Team
Replied by FlowHeater-Team on topic Trying to batch run a command - Post(2316)
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.250 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:
This email address is being protected from spambots. You need JavaScript enabled to view it.


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