--- "sboonyak" <[EMAIL PROTECTED]> wrote: > Please help me for another clue. How can I use Dos command > such as "dir /a /b /-p /o:gen >filelisting.txt" within PP
Set the following as the (left) command (all in 1 line): do(?"%comspec%",?"/c dir /a /b /-p /o:gen > C:/filelisting.txt", ?"|","hide") You may also consider to use file plugin. Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
