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.
Hi, I'm having a problem with my MSDOS batch file, i'm running it on Windows 2000. I need to print all the .html files in a directory in their html format. I'm using this: for %%x in (*.html) do start notepad.exe /p "%%x"
It works with notepad but that prints the html code. I cant seem to print from word or iexplore (by substituting notepad.exe with winword.exe/iexplore.exe) it crashes.
Summary: I am trying to print multiple txt files from DOS on win 2000. The program prnwild.exe that I am using need LPT1 captured, but win 2000 doesnt allow for this. Does any one have suggestions on a differe...
Summary: Here is the problem... I need to print an rtf file from a command line from a server that does not have Word or an equivalent word processor that understands .rtf. Word Pad is on the server, can be i...
Summary: I just got a PC with Win 200 profesional installed, and the guy that gave it to me dosent remember the passowrd. I am trying to delete the SAM file from DOS, but it tells me Access Denied. ...