Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
batch file to clear txt file
Name: montag451 Date: June 23, 2005 at 09:13:40 Pacific OS: Win XP Pro CPU/Ram: 1.3 / 256
Comment:
How can I use a batch file to clear the contents of .txt file without deleting it?
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. I also have a text file that has all the pc names ...
Summary: Funny you should mention that. Our company does donations to that cause already. I did have one more question. the batch file works great, I have modified it to over write the exisiting INI instead...
Summary: How to I convert this batch information to a vbs file @ECHO off cls set t=2 if "%date%z" LSS "A" set t=1 for /f "skip=1 tokens=2-4 delims=(-)" %%a in ('echo/^|date') do ( for /f "tokens=%t%-4 delim...