Search found 21 matches
- 06 May 2011 10:59
- Forum: DOS Batch Forum
- Topic: Xcopy, insufficient space
- Replies: 5
- Views: 6428
Re: Xcopy, insufficient space
What is /j ? in the help of the xcopy command is not present...
- 04 May 2011 14:03
- Forum: DOS Batch Forum
- Topic: Xcopy, insufficient space
- Replies: 5
- Views: 6428
- 02 May 2011 15:09
- Forum: DOS Batch Forum
- Topic: Xcopy, insufficient space
- Replies: 5
- Views: 6428
Xcopy, insufficient space
Hello everyone, I made a script that I make a backup of my pen drive but when I start up after a while gives me the error: "insufficient space"... I read that this depends on the Length of paths and file names ... How can I do? Here's the code: xcopy *.* "%userprofile%\Desktop\Backu...
- 02 Feb 2011 10:04
- Forum: DOS Batch Forum
- Topic: Store variable
- Replies: 2
- Views: 4001
Re: Store variable
yes yes I know it does not make sense to put a password in a batch ... just what I need for one small thing...
anyway thanks a lot, always accurate ...
Regards, Walter.


anyway thanks a lot, always accurate ...

Regards, Walter.
- 02 Feb 2011 08:10
- Forum: DOS Batch Forum
- Topic: Store variable
- Replies: 2
- Views: 4001
Store variable
How can I store the value of a variable that can be used to initiate the next batch?
For example: I store a password in the batch then the next time you want in that variable there is my password ...
How can I do?
Thanks, Walter.
For example: I store a password in the batch then the next time you want in that variable there is my password ...
How can I do?
Thanks, Walter.
- 30 Jan 2011 03:38
- Forum: DOS Batch Forum
- Topic: Hide password
- Replies: 3
- Views: 7700
Hide password
how do I hide the password under asterisks?
I have this code:
but as I write this password is visible .... How do I hide?
Thanks, Walter4991
I have this code:
Code: Select all
set /p "pass=>"
if NOT %pass%==123456 goto FAIL
but as I write this password is visible .... How do I hide?
Thanks, Walter4991
- 16 Jan 2011 10:27
- Forum: DOS Batch Forum
- Topic: Make a exe...
- Replies: 1
- Views: 3600
Make a exe...
How I can transform a batch file to exe from the command line?
- 16 Jan 2011 10:26
- Forum: DOS Batch Forum
- Topic: Make a exe...
- Replies: 0
- Views: 5684
Make a exe...
How I can trasformer a batch file to exe from the command line?
- 16 Jan 2011 06:46
- Forum: DOS Batch Forum
- Topic: Write symbol ">"
- Replies: 5
- Views: 8109
Re: Write symbol ">"
Thank you very very much... 

- 16 Jan 2011 04:41
- Forum: DOS Batch Forum
- Topic: Write symbol ">"
- Replies: 5
- Views: 8109
Re: Write symbol ">"
thanks a lot, it works ... but what does it mean "^" ???
- 16 Jan 2011 02:19
- Forum: DOS Batch Forum
- Topic: Write symbol ">"
- Replies: 5
- Views: 8109
Write symbol ">"
Hello guys, I have something to ask:
how do I write the symbol ">" in a batch file, for example:
The command in the file bat write only, then how do I write ">nul" ???
Thank's...
how do I write the symbol ">" in a batch file, for example:
Code: Select all
tree echo>nul>>test.bat
The command in the file bat write only
Code: Select all
tree
Thank's...
- 15 Jan 2011 15:38
- Forum: DOS Batch Forum
- Topic: Disabling...
- Replies: 4
- Views: 6117
Re: Disabling...
thanks a lot... detailed and precise as ever...




- 14 Jan 2011 14:47
- Forum: DOS Batch Forum
- Topic: Disabling...
- Replies: 4
- Views: 6117
Re: Disabling...
ahahahaha....
I had found this:
but do not work.
another question: how can I write the input line in a text file?



I had found this:
Code: Select all
rundll32 mouse, disable
rundll32 keyboard, disable
but do not work.
another question: how can I write the input line in a text file?
- 14 Jan 2011 14:18
- Forum: DOS Batch Forum
- Topic: Disabling...
- Replies: 4
- Views: 6117
Disabling...
How can I disable the mouse and keyboard with a batch file?
- 13 Dec 2010 10:02
- Forum: DOS Batch Forum
- Topic: how to copy a folder by date?
- Replies: 13
- Views: 12144
Re: how to copy a folder by date?
ok wrote in ini file ... but to load the color insert before, the initiation of the batch? 
