Dean Posted June 26, 2007 Report Share Posted June 26, 2007 I know Macro Express has the 'create folder' command. Tell me, is it possible to be prompted for a folder name? eg. A macro that runs and prompts me for a Folder name, I enter 'TestFolder' and it goes an creates a folder with that name. ..Dean.. Quote Link to comment Share on other sites More sharing options...
kevin Posted June 26, 2007 Report Share Posted June 26, 2007 Try something like this: Variable Set String %T1% from Prompt Create Folder: "%T1%" Quote Link to comment Share on other sites More sharing options...
Dean Posted June 26, 2007 Author Report Share Posted June 26, 2007 Thankyou very much for the reply!. I'll certainly give that suggestion a go! ..cheers.. ..Dean.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.