change a file's name inside a directory problem
Posted: 04 Mar 2021 15:00
hi,
I want to change this file called databaseTMP.scu to database.scu but for some reason this isn't working it just says The syntax of the command is incorrect. this is what I've tried
Rasil
I want to change this file called databaseTMP.scu to database.scu but for some reason this isn't working it just says The syntax of the command is incorrect. this is what I've tried
Code: Select all
ren "C:\Users\Public\Documents\databaseTMP.scu" "C:\Users\Public\Documents\database.scu"