Command line arguments in AHP Windows commands

Started by orcusomega, January 03, 2011, 09:18:19 AM

Previous topic - Next topic

orcusomega

IT WORKS!!!!!

THANK YOU!!!!

In 3.305 I just got it working, and it was PAINLESS - and a HUGE HUGE addition!

This will allow me to TOTALLY abuse this system now MUAHAHAHAHAHAHAHAA

Thanks!!!

Bob

orcusomega

Can I ask ONE more favor on this one?  I need to pass variables with a SPACE in them, and the interface is not allowing me to use the " (quotes) key - it is simply (apparently) ignored.  I am sure that this is because the config is saved as native XML, but I am trying to figure out how to use a batch script (yes, windows batch script) to build SQL INSERT statements - and this is a problem...

Any chance this could be permitted?

Tuicemen

Before X10 got the windows command function working properly I used Quotes in a batch file for PCC so I could use spaces between words for the program to speek.

So you should be able to create a Batch file that was simular to this
echo off
path to your programs location
ProgramExecutable "this is the first argument" SecondArgument

In AHP the windows command is your batch file don't enter any arguments
>!
Please Read Topic:
General Forum Etiquette
Before you post!

orcusomega

Thanks Tuiceman, but I am trying to eliminate that exact scenario, actually.

I have one logging command script and I am trying to make it take any number of arguments, and do whatever you want - NICE AN EASY (is the plan)

But I cannot put in " " so spaces are a problem, and I am trying to make it so that it is truly portable.

I know it is possible to use individual scripts, but that's just too much work :)

Thanks!

Bob