View Single Post
Old 06-19-2007, 10:02 AM  
peep
Senior Member
 
Join Date: Sep 2003
Posts: 132
Exclamation [MINOR BUG] SECTION-arg not being passed on (needs confirmation)

I totally forgot about this issue of mine earlier, but I'm not sure this actually is a bug, need someone to confirm this.

I've got an 'echoall' batch-file (see below) set to be executed OnUploadComplete but the SECTION is always reported as blank, even tho' the STATSSECTION is reported as the correct one. Am I using the wrong argument to check the section or?


Code:
@echo off
set
echo arg1 = %1
echo arg2 = %2
echo arg3 = %3
peep is offline