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 file fails when server runs
Name: nitin663 Date: February 18, 2009 at 02:56:10 Pacific OS: Windows XP CPU/Ram: 2GB RAM Subcategory: Batch
Comment:
HI
I work with websphere portal which contains log files which gets updated automatically and these files are getting locked some how while the server is active. I created a batch which clears the content when server is not running,but once the server starts the job fails unable to clear the conten. Hence can any one suggest me a way out so that i can clear the contents while the server is active. The code used by me for clearing the text is
for %%f in (C:\wsapps\ebp\deployment\logs\portal.log) do (type nul > %%f)
Summary: Hi, I wanna create a batch file that when I run the file it will generate a shortcut for an URL that I want on the desktop. Does anyone knows how to do it, I did a google search but not much luck ...
Summary: Recently we changed the names of our computers. Doing this made net send harder. I am trying to write a batch file that can be run from the Start->Run... menu item by typing: send mike here is the mes...
Summary: Hi There I am just looking for a batch file that I can run from windows scheduler to download two files from my server via ftp. I have username password address location of the file and filename. I ha...