How do I open WordPad with predefined text (like a template)?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















I'd like WordPad to open from, say, a desktop shortcut with a predefined text inserted.



It should create a new document and not open an existing one, the function should be the same as in a Word template.



The existing command line options do not allow for that, is there a workaround?










share|improve this question

























  • cp template.rtf new.rtf && wordpad new.rtf

    – Nick
    Jul 6 '18 at 22:30


















1















I'd like WordPad to open from, say, a desktop shortcut with a predefined text inserted.



It should create a new document and not open an existing one, the function should be the same as in a Word template.



The existing command line options do not allow for that, is there a workaround?










share|improve this question

























  • cp template.rtf new.rtf && wordpad new.rtf

    – Nick
    Jul 6 '18 at 22:30














1












1








1








I'd like WordPad to open from, say, a desktop shortcut with a predefined text inserted.



It should create a new document and not open an existing one, the function should be the same as in a Word template.



The existing command line options do not allow for that, is there a workaround?










share|improve this question
















I'd like WordPad to open from, say, a desktop shortcut with a predefined text inserted.



It should create a new document and not open an existing one, the function should be the same as in a Word template.



The existing command line options do not allow for that, is there a workaround?







windows templates wordpad






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 6 '18 at 17:44







user 99572 is fine

















asked Jun 29 '18 at 9:14









user 99572 is fineuser 99572 is fine

2,86832539




2,86832539













  • cp template.rtf new.rtf && wordpad new.rtf

    – Nick
    Jul 6 '18 at 22:30



















  • cp template.rtf new.rtf && wordpad new.rtf

    – Nick
    Jul 6 '18 at 22:30

















cp template.rtf new.rtf && wordpad new.rtf

– Nick
Jul 6 '18 at 22:30





cp template.rtf new.rtf && wordpad new.rtf

– Nick
Jul 6 '18 at 22:30










1 Answer
1






active

oldest

votes


















0














You have not specified which Windows you are on, so I am telling about My Windows 8.1



create your template and save it as an rtf file in some folder, say E:MyDatawordpadtemplate.rtf



Open Windows Explorer, right click on the name of any rtf file, select open with, then assign rtf to be opened with Wordpad, also tick "always use this program to open this type of file" or whatever it says.



or



you can do the same through Control Panel - Default Programs, assign .rtf to be opened with wordpad.



Go to Start - metro interface.



look for wordpad and rightclick on its tile



or if it is not appearing, type wordpad, so it appears, rightclick on Wordpad name



Click open file location.



That will open the shortcut that windows installs for Wordpad.



Right Click on the shortcut, click properties



there "%ProgramFiles%Windows NTAccessorieswordpad.exe" should be appearing.



add a space and E:MyDatawordpadtemplate.rtf after that so that it appears fully as



This was the location where you had saved your template in Step 1 above.



"%ProgramFiles%Windows NTAccessorieswordpad.exe" E:MyDatawordpadtemplate.rtf



click Apply or OK and Exit.



Now whenever you run Wordpad from anywhere, your template.rtf will open as a default.






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1335221%2fhow-do-i-open-wordpad-with-predefined-text-like-a-template%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You have not specified which Windows you are on, so I am telling about My Windows 8.1



    create your template and save it as an rtf file in some folder, say E:MyDatawordpadtemplate.rtf



    Open Windows Explorer, right click on the name of any rtf file, select open with, then assign rtf to be opened with Wordpad, also tick "always use this program to open this type of file" or whatever it says.



    or



    you can do the same through Control Panel - Default Programs, assign .rtf to be opened with wordpad.



    Go to Start - metro interface.



    look for wordpad and rightclick on its tile



    or if it is not appearing, type wordpad, so it appears, rightclick on Wordpad name



    Click open file location.



    That will open the shortcut that windows installs for Wordpad.



    Right Click on the shortcut, click properties



    there "%ProgramFiles%Windows NTAccessorieswordpad.exe" should be appearing.



    add a space and E:MyDatawordpadtemplate.rtf after that so that it appears fully as



    This was the location where you had saved your template in Step 1 above.



    "%ProgramFiles%Windows NTAccessorieswordpad.exe" E:MyDatawordpadtemplate.rtf



    click Apply or OK and Exit.



    Now whenever you run Wordpad from anywhere, your template.rtf will open as a default.






    share|improve this answer




























      0














      You have not specified which Windows you are on, so I am telling about My Windows 8.1



      create your template and save it as an rtf file in some folder, say E:MyDatawordpadtemplate.rtf



      Open Windows Explorer, right click on the name of any rtf file, select open with, then assign rtf to be opened with Wordpad, also tick "always use this program to open this type of file" or whatever it says.



      or



      you can do the same through Control Panel - Default Programs, assign .rtf to be opened with wordpad.



      Go to Start - metro interface.



      look for wordpad and rightclick on its tile



      or if it is not appearing, type wordpad, so it appears, rightclick on Wordpad name



      Click open file location.



      That will open the shortcut that windows installs for Wordpad.



      Right Click on the shortcut, click properties



      there "%ProgramFiles%Windows NTAccessorieswordpad.exe" should be appearing.



      add a space and E:MyDatawordpadtemplate.rtf after that so that it appears fully as



      This was the location where you had saved your template in Step 1 above.



      "%ProgramFiles%Windows NTAccessorieswordpad.exe" E:MyDatawordpadtemplate.rtf



      click Apply or OK and Exit.



      Now whenever you run Wordpad from anywhere, your template.rtf will open as a default.






      share|improve this answer


























        0












        0








        0







        You have not specified which Windows you are on, so I am telling about My Windows 8.1



        create your template and save it as an rtf file in some folder, say E:MyDatawordpadtemplate.rtf



        Open Windows Explorer, right click on the name of any rtf file, select open with, then assign rtf to be opened with Wordpad, also tick "always use this program to open this type of file" or whatever it says.



        or



        you can do the same through Control Panel - Default Programs, assign .rtf to be opened with wordpad.



        Go to Start - metro interface.



        look for wordpad and rightclick on its tile



        or if it is not appearing, type wordpad, so it appears, rightclick on Wordpad name



        Click open file location.



        That will open the shortcut that windows installs for Wordpad.



        Right Click on the shortcut, click properties



        there "%ProgramFiles%Windows NTAccessorieswordpad.exe" should be appearing.



        add a space and E:MyDatawordpadtemplate.rtf after that so that it appears fully as



        This was the location where you had saved your template in Step 1 above.



        "%ProgramFiles%Windows NTAccessorieswordpad.exe" E:MyDatawordpadtemplate.rtf



        click Apply or OK and Exit.



        Now whenever you run Wordpad from anywhere, your template.rtf will open as a default.






        share|improve this answer













        You have not specified which Windows you are on, so I am telling about My Windows 8.1



        create your template and save it as an rtf file in some folder, say E:MyDatawordpadtemplate.rtf



        Open Windows Explorer, right click on the name of any rtf file, select open with, then assign rtf to be opened with Wordpad, also tick "always use this program to open this type of file" or whatever it says.



        or



        you can do the same through Control Panel - Default Programs, assign .rtf to be opened with wordpad.



        Go to Start - metro interface.



        look for wordpad and rightclick on its tile



        or if it is not appearing, type wordpad, so it appears, rightclick on Wordpad name



        Click open file location.



        That will open the shortcut that windows installs for Wordpad.



        Right Click on the shortcut, click properties



        there "%ProgramFiles%Windows NTAccessorieswordpad.exe" should be appearing.



        add a space and E:MyDatawordpadtemplate.rtf after that so that it appears fully as



        This was the location where you had saved your template in Step 1 above.



        "%ProgramFiles%Windows NTAccessorieswordpad.exe" E:MyDatawordpadtemplate.rtf



        click Apply or OK and Exit.



        Now whenever you run Wordpad from anywhere, your template.rtf will open as a default.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 6 at 11:56









        VSRawatVSRawat

        17012




        17012






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1335221%2fhow-do-i-open-wordpad-with-predefined-text-like-a-template%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...