Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Need to zip and move C2 level audit files

    So the folderwatch.vbs was my first attempt at trying to contain the GIGs of C2 audit trace files.

    To help be as STIG compliant as possible, I ended up writing a...

  • RE: Need to zip and move C2 level audit files

    I don't know if anyone provided a code based solution, but here is one that can be run by cscript.exe folderwatch.vbs

    folderwatch.vbs:

    Function FileExt(n)

    dotpos = InStr(n,".")

    if dotpos>0 then

    FileExt = UCase(Mid(n,dotpos))

    else

    FileExt = NULL

    end...

Viewing 2 posts - 1 through 2 (of 2 total)