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.
Search found 18 matches
- 07 Apr 2009 23:59
- Forum: DOS Batch Forum
- Topic: Advanced Help Needed!!! Loops Values Vars
- Replies: 10
- Views: 14005
- 03 Apr 2009 01:11
- Forum: DOS Batch Forum
- Topic: WMIC Command...
- Replies: 0
- Views: 5464
WMIC Command...
I was wondering if there is a more proficient
way of making this occur...
Thank You Very Much For Any Advice.
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
- 01 Apr 2009 18:48
- Forum: DOS Batch Forum
- Topic: Advanced Help Needed!!! Loops Values Vars
- Replies: 10
- Views: 14005
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...
- 01 Apr 2009 14:13
- Forum: DOS Batch Forum
- Topic: Advanced Help Needed!!! Loops Values Vars
- Replies: 10
- Views: 14005
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 ...
- 31 Mar 2009 04:37
- Forum: DOS Batch Forum
- Topic: Advanced Help Needed!!! Loops Values Vars
- Replies: 10
- Views: 14005
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...
- 24 Mar 2009 13:00
- Forum: DOS Batch Forum
- Topic: RETRIEVING THE COMBINED SUM OF A SPECIFIED FILE EXTENSION...
- Replies: 1
- Views: 4723
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?
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?
- 19 Mar 2009 15:39
- Forum: DOS Batch Forum
- Topic: Newbie... Need help with a Batch Script
- Replies: 3
- Views: 6396
- 19 Mar 2009 15:38
- Forum: DOS Batch Forum
- Topic: Batch script to count number of times ie is run
- Replies: 2
- Views: 5700
- 19 Mar 2009 15:38
- Forum: DOS Batch Forum
- Topic: Replace a substring using Set command
- Replies: 5
- Views: 10904
- 19 Mar 2009 15:37
- Forum: DOS Batch Forum
- Topic: How to extract Day of Week
- Replies: 6
- Views: 28105
- 19 Mar 2009 15:37
- Forum: DOS Batch Forum
- Topic: simple .bat copy that i can't do!!
- Replies: 5
- Views: 8832
- 19 Mar 2009 15:35
- Forum: DOS Batch Forum
- Topic: Creating folders provided by text file
- Replies: 5
- Views: 8294
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.
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.
- 19 Mar 2009 14:55
- Forum: DOS Batch Forum
- Topic: Help with parsing
- Replies: 4
- Views: 7614
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...
- 18 Mar 2009 16:15
- Forum: DOS Batch Forum
- Topic: Any good ideas for doing away with FOR and IF commands....
- Replies: 2
- Views: 5697
.....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...
- 18 Mar 2009 00:12
- Forum: DOS Batch Forum
- Topic: Any good ideas for doing away with FOR and IF commands....
- Replies: 2
- Views: 5697
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?