Hey, I am just trying to learn how to write .bat files and use command line for my own benefit, eventually to be more comfortable with Linux. My first project for myself is to write a program that deletes a file and I did that, del "C:\Users\username\Desktop\test.txt"/Q/S>nul . Is there a way to detect the username? I want to be able to have it run on any computer, filename being the same, and have it autodetect the username.