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: Open HTM in current dir
Name: lowcam Date: April 23, 2008 at 18:01:22 Pacific OS: XP CPU/Ram: 1.8GHZ/1 GB Product: Intel Core Duo
Comment:
I am trying to setup a batch file in XP that will open a stand-alone web browser and open a web file in the same directory. So far this is what I have:
But this looks at C:\ for the Links.htm file. I tried just "Links.htm" but the program tried to pull it up via the web. Is there a way to get the file to pull from the current directory? I need the batch to open from any location (the htm file will always be in the same directory as the batch file).
Summary: You cannot open a batch file when the other batch file is closed. You might want to try to start the batch file with: call yourbatchfile.bat and then exit. If you are talking about a batch file that ...
Summary: Hi all, every day, I have to open a text file to insert in the first line the current date and then print, and I'm wondering If I could do that by a batch file? Thanks for any help Noor(TechnicalUser...
Summary: Hi there, I am looking for a way to automate a tedious task I have to go through every day at work, and I thought a batch file might be the way to go about it. I am in sales, and every morning I get a...