I'm looking to make an exe or batch file that will delete a folder, however the folder location changes based on the User, so I'd like it to determine this based on what user is currently logged in, or by asking the person running the exe/batch to type in the user name so it knows where to look.
The folder I'd like to have deleted is in the example below, where "PC" is the Login name that needs to match the current user or allow it to be entered.
C:\Users\PC.digilabs\ubuildabook\data
Thanks