I need help making my batch file run a TextPad macro

Discussion in 'Scripts' started by onenguyen, Oct 1, 2010.

  1. #1
    Hello,

    I have a batch file that gives me a directory listing of all the files in a certain folder and I want it to run a macro that I have set up in TextPad. So far I have:

    @echo off
    dir %1 /b /-p /o:gn > "c:\Listing.txt"
    start /w textpad "c:\Listing.txt"
    exit

    What would I put to run that macro?

    Thank you!
     
    onenguyen, Oct 1, 2010 IP