Matt Posted March 1, 2006 Report Share Posted March 1, 2006 I know this can be done, but everything I've tried, the batch keeps executing before any input can be given. I'm looking for a way, using batch, to prompt the user to input a file path, it stores that filepath into a variable, and then deletes the file entered. Any ideas on how to make this work, or can this not be done in stictly batch?Thanks,Matt Quote Link to post Share on other sites
jcl Posted March 1, 2006 Report Share Posted March 1, 2006 (edited) echo offset /P name="> "del %name%echo on Edited March 1, 2006 by jcl Quote Link to post Share on other sites
Matt Posted March 1, 2006 Author Report Share Posted March 1, 2006 Edit: nevermind Thanks jcl!!! couldnt find ANYTHING on google. Quote Link to post Share on other sites
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.