touch windows powershell code example
Example: touch in windows powershell
in powershell not cmd
you can use
#-------------------
ni itemname
#------------------
ni is alias for New-Item, type help New-Item for the documentation
thanks
in powershell not cmd
you can use
#-------------------
ni itemname
#------------------
ni is alias for New-Item, type help New-Item for the documentation
thanks