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.
delete text batch file
Name: emaluzer Date: March 21, 2008 at 17:22:27 Pacific OS: xp CPU/Ram: 2.8ghz /2gb Product: dell
Comment:
I have a batch file that copies the date and pastes it to a text. the text shows the date as day mm/dd/yy. I need the bat to delete the day that appears at the begining. I thought of using find or findstr commands but am not sure how to delete the day (mon, tue, wed, etc.) Here is my code:
@echo on date /T > c.txt findstr Wed c.txt type c.txt >>d.txt :end cls
Summary: There is or was a program that will encrypt a batch file. Making it impossible to read. Ohhhh, I think it was call "Dream" It was used to make books on floppy disk using pictures ,text and batch files...
Summary: About your first question just replace Call "C:\Program Files\ShutdownForUPS\ReadMe.txt" with Start "" "C:\Program Files\ShutdownForUPS\ReadMe.txt" Beware do not miss the "" after Start! About your qu...