View Single Post
Old 11-29-2005, 08:57 AM  
esmandil
Senior Member
 
Join Date: Oct 2004
Posts: 107
Default

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-1aa 2bb 3cc 4:  5:
200-x1MTH ioFTPD 
esmandil is offline   Reply With Quote