Quote:
Originally Posted by tuff
esm, add the global args ; iputs "$args" to check IF $args is being lost, would be much easier to rule it out after testing it, than simply ignoring it and guessing it aint the problem cause it aint there
|
I would happily try the < global args ; iputs "$args" > script... but it crashes just like the other one ::shrug:: No idea how can I test if args are set up correctly.
The best I can do is try to access those from *.bat file:
PHP Code:
@echo 1: %1 2: %2 3: %3 4: %4 5: %5
@echo x: %FLAGS% %PWD% %USER%
called as "site esmtest3bat aa bb cc" seems to work just fine:
PHP Code:
200-1: aa 2: bb 3: cc 4: 5:
200-x: 1MTH / ioFTPD