Search found 18 matches

by *SCRIPTER*
07 Apr 2009 23:59
Forum: DOS Batch Forum
Topic: Advanced Help Needed!!! Loops Values Vars
Replies: 10
Views: 12619

Avery you hit the nail on the head
I tested the code and it works like a gem I threw
The error in there to compensate for the change
and all runs smoothly.
Thank you for your assistance.
by *SCRIPTER*
03 Apr 2009 01:11
Forum: DOS Batch Forum
Topic: WMIC Command...
Replies: 0
Views: 5122

WMIC Command...

I was wondering if there is a more proficient
way of making this occur...
Thank You Very Much For Any Advice.

Code: Select all

FOR /F "SKIP=27 TOKENS=1 DELIMS=, " %X IN ('WMIC /?') DO WMIC %A GET /ALL /FORMAT:HTABLE.XSL >> WMIC.HTML
by *SCRIPTER*
01 Apr 2009 18:48
Forum: DOS Batch Forum
Topic: Advanced Help Needed!!! Loops Values Vars
Replies: 10
Views: 12619

I'm not completely sure I understand what you're doing yet, but here's at least one thing I found: SET Value=!SplitVar! (with enabledelayedexpansion) This is one thing that encounters an error. Setting any delayed expansion or misplacing, The SetLocal commands seems to counter act against the cmd p...
by *SCRIPTER*
01 Apr 2009 14:13
Forum: DOS Batch Forum
Topic: Advanced Help Needed!!! Loops Values Vars
Replies: 10
Views: 12619

Ok the reason I did not use the ping was because genarally This is meant to be a command with changeable parameters. So, LOOP VarName001 100 VarName002 9000 /SYNC Is the command, the numbered values represent how long to take before Setting or doing the statements inside that loop so the ping would ...
by *SCRIPTER*
31 Mar 2009 04:37
Forum: DOS Batch Forum
Topic: Advanced Help Needed!!! Loops Values Vars
Replies: 10
Views: 12619

Advanced Help Needed!!! Loops Values Vars

This is a 3 part script to launch this script Save the 1st script as "SCRIPT.BAT" Save the 2nd script as "LOOP.BAT" Save the 3rd script as "LOOP2.BAT" Put them all in the same directory From the command line type "SCRIPT" Everything else needed to know is Loca...
by *SCRIPTER*
24 Mar 2009 13:00
Forum: DOS Batch Forum
Topic: RETRIEVING THE COMBINED SUM OF A SPECIFIED FILE EXTENSION...
Replies: 1
Views: 4390

RETRIEVING THE COMBINED SUM OF A SPECIFIED FILE EXTENSION...

I was wondering how one might go about retrieving the combined
sum of a specified file extension in a specific directory.
So, the combined size of say, all the .dll files in the system32 folder.
Not how many dll's, but the combined size of those dll's.
Ideas?
by *SCRIPTER*
19 Mar 2009 15:39
Forum: DOS Batch Forum
Topic: Newbie... Need help with a Batch Script
Replies: 3
Views: 5943

---- :idea:
by *SCRIPTER*
19 Mar 2009 15:38
Forum: DOS Batch Forum
Topic: Batch script to count number of times ie is run
Replies: 2
Views: 5371

---- :idea:
by *SCRIPTER*
19 Mar 2009 15:38
Forum: DOS Batch Forum
Topic: Replace a substring using Set command
Replies: 5
Views: 9944

---- :idea:
by *SCRIPTER*
19 Mar 2009 15:37
Forum: DOS Batch Forum
Topic: How to extract Day of Week
Replies: 6
Views: 27119

---- :idea:
by *SCRIPTER*
19 Mar 2009 15:37
Forum: DOS Batch Forum
Topic: simple .bat copy that i can't do!!
Replies: 5
Views: 8122

---- :idea:
by *SCRIPTER*
19 Mar 2009 15:35
Forum: DOS Batch Forum
Topic: Creating folders provided by text file
Replies: 5
Views: 7583

AVERY

Hey AVERY do you write any of your own code or do you just go
around mocking other peoples code, because from all your post I've found
between here and ss64 seems you just like to think you are god
To bad there is no god and you def are not her. :wink:
by *SCRIPTER*
19 Mar 2009 14:55
Forum: DOS Batch Forum
Topic: Help with parsing
Replies: 4
Views: 7058

HMMM.

At risk of blowing my own horn, umm I did the same thing and you should read the fine print more, where is r636, and when does it get set you left that out AVERY even if the T_ var is found then what happenes with r636 You have alot of extra nonsense that just finds T_VAR and says we found it but th...
by *SCRIPTER*
18 Mar 2009 16:15
Forum: DOS Batch Forum
Topic: Any good ideas for doing away with FOR and IF commands....
Replies: 2
Views: 5264

.....Yes this is my dilemma. Was looking at maybe extending some sort of library To house the statements and switch everything over To vars in the initial script... Any thougts on using the cmd command to pass the local Environment Vars /V: on etc... Setting up the local environment VIA the cmd comm...
by *SCRIPTER*
18 Mar 2009 00:12
Forum: DOS Batch Forum
Topic: Any good ideas for doing away with FOR and IF commands....
Replies: 2
Views: 5264

Any good ideas for doing away with FOR and IF commands....

Just wondering if anyone has any good ideas for replacing "IF" and "FOR" commands in a batch script?