Usefull bat file! create and move files
Loading...
5,091
Loading...
Uploader Comments (NecroNox189)
see all
All Comments (12)
-
thanks its awsome
-
@tincopper2 when I even do "start %userprofile%\desktop\hello.tx
t" it says "C:\Documents" no found >:( -
@tincopper2 is %userprofile% like c:\Documents andd Settings\USERNAME\Desktop or whatever?
-
Try using out Visual Command Line:
by CodeCaged
in-order to create batch files.
-
Whats the point of this? Cant you just copypaste files?
-
:14
set /p b=Name:
TYPE journal1.txt > %b%.bat
cd "%userprofile%\Desktop\danny pictures\Journals"
move %b%.bat "%userprofile%\Desktop\danny pictures"
cls
goto a
.
.
I got it to work
-
wow dude you sound like borat
and thnx you really helped me
Loading...
:14
set /p b=Name:
TYPE journal1.txt > %b%.bat
move %userprofile%\Desktop\danny pictures\Journals\%b%.bat
%userprofile%\Desktop\danny pictures
ERASE journal1.txt
cls
goto a
this is one label for moving a text file I can't get to work.
tincopper2 1 year ago
@tincopper2
you want to erase or move/copy?
NecroNox189 1 year ago
yeah it is. made it myself as u can see at the bottom =)
NecroNox189 2 years ago