"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

Windows XP and WordPad

Execute from a Batch File

SUMMARY: Two ways to run WordPad from a batch file - one complicated, one not.


 

There may be times where you want to run WordPad in a batch file from the Windows XP DOS prompt. For example, you may want to open WordPad to display a TXT or RTF (Rich Text Format) file, perhaps as documentation for the batch file.

While you may think executing wordpad at the DOS prompt followed by the name of the file should work, this fails. One way to run this application is to enter the full path to the WordPad executable, surrounded by quotes:

"C:\Program Files\Windows NT\Accessories\wordpad"

OR save a few keystrokes and take advantage of that fact that a long time ago, WordPad replaced a Windows applet called Write. For backward-compatibility, you can still execute Write to get to WordPad, so just enter the following at the DOS prompt to open WordPad indirectly:

write

For example, to open WordPad with the file c:\droprights\eula.rtf, enter this command:

write c:\droprights\eula.rtf



 

Got something to add? Post a comment!

Everyone is invited to submit comments. Registered users also receive their own visitor profile page with a summary of recent posts.
Register | Login

Your name:
 E-mail:
* Home/Blog Page:
Comment:
(Max chars: 5000)

* = optional field

 


Print This Tip

Get E-Mail When New Tips are Online

Return to the Windows XP and WordPad page.

 


New in MalekTips:

RSS Feeds- Subscribe!

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Get Tips!'.
 


( sample / details )
( opt-out instructions )