Search found 3 matches

by tmboredi
05 Jan 2012 11:53
Forum: DOS Batch Forum
Topic: Problem with set /A
Replies: 4
Views: 5862

Re: Problem with set /A

done! sorry i'm new at this, you guys are great :)
by tmboredi
05 Jan 2012 10:15
Forum: DOS Batch Forum
Topic: Problem with set /A
Replies: 4
Views: 5862

Re: Problem with set /A

Thanks! but my command prompt window closes right after it runs, even with a pause at the end. Any idea what is wrong?

EDIT: It says | was unexpected at this time. :?
by tmboredi
04 Jan 2012 12:34
Forum: DOS Batch Forum
Topic: Problem with set /A
Replies: 4
Views: 5862

Problem with set /A

Hi guys, Is there something wrong with my set statement? I'm getting "The system cannot find the file specified." But dir /a /s /OG D:\FYP\piclog |find /v "<DIR>" | find /c "M" alone returns a proper integer value, 21 etc. set /A count="dir /a /s /OG D:\FYP\piclog ...