That's exactly what I had. But I fixed it lol I figured out what was wrong with it
Instead of "set /p %name%= Please enter name"
It needed to be "set /p name= Please enter name"
and the type stayed the same; "type" %name%.txt"
Search found 3 matches
- 13 Sep 2013 00:00
- Forum: DOS Batch Forum
- Topic: Need help with batch program please
- Replies: 5
- Views: 5850
- 12 Sep 2013 20:46
- Forum: DOS Batch Forum
- Topic: Need help with batch program please
- Replies: 5
- Views: 5850
Re: Need help with batch program please
Yes, the %name%.txt files are created in the same folder that the batch file is in. When I have both the folder and the batch file open, once I've done added the name and cd key it appears right away in the folder and stays there till its deleted.
Thanks for replying
Thanks for replying

- 12 Sep 2013 19:05
- Forum: DOS Batch Forum
- Topic: Need help with batch program please
- Replies: 5
- Views: 5850
Need help with batch program please
Hey all, I need some help with my batch file that i'm creating for myself. So a bit of background for this; I'm making a .bat "Archiver" that stores CD Keys that belong to software/games. I have it setup pretty great and figured stuff out, but this one thing I do not get. Basically I have ...