Search found 3 matches
- 30 Dec 2008 18:21
- Forum: DOS Batch Forum
- Topic: SET command versus the cmd window input buffer
- Replies: 3
- Views: 11506
Or you could have the predefined variables in one section and the default ones in the other. So here's what it would look like : :section1 set variable=%input% :section2 set variable=C:/Users/Username/Desktop [/code] But that's just my guess on how you do it. But carlitos probably has the right way ...
- 30 Dec 2008 18:15
- Forum: DOS Batch Forum
- Topic: Moving files inside a folder
- Replies: 1
- Views: 5712
Moving files inside a folder
I'm making a program called HyperFolder, and I want to be able to move files inside a folder. So here's what I'm doing .
However it just keeps the file on the desktop
Code: Select all
move /-Y %homedrive%\%homepath%\Desktop\File,... Folder
However it just keeps the file on the desktop
- 30 Dec 2008 17:45
- Forum: DOS Batch Forum
- Topic: Help: Batch file running unexpectedly slowly
- Replies: 3
- Views: 8255