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

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
Everyone is invited to submit comments. Registered
users also receive their own visitor profile page with a summary of
recent posts.
Register | Login
Get E-Mail When New Tips are Online
Return to the Windows XP and WordPad page.
New in MalekTips: