Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch problem make < literal
Name: TCCJohn Date: June 17, 2008 at 23:18:30 Pacific OS: XP CPU/Ram: P4/2048 Product: Asus
Comment:
I am having a problem on a batch file that was created to strip html tags from a text file.
Everything is being stripped using the for /f and setting string variables.
what I cannot seem to find is a way to declare the < or > character as a literal. Instead they are being interpreted as redirects. Anyone know a way around this? A sample peice of the code is below: set str=!str:html=! set str=!str:body=! set str=!str:head=! set str=!str:title=! set str=!str:/=! set str=!str:<=! ::this one is the problem
Summary: Ok my question has to do with an extensive batch script I have been recently writing. Basically this 'program' allows a user to create an account within a folder, then use this account to send messag...
Summary: hi im trying to make a batch file that makes a .reg file but its not going as i planned this is what i have so far, can you tell me what im doing wrong. echo Windows Registry Editor Version 5.00 [HKEY...
Summary: I do not understand exactly what is the problem... If you want the batch goes on while file1.exe is running replace file1.exe with Start file1.exe assumed file1.exe is no more referenced after loade...