Sequence of commands
Moderator: DosItHelp
-
- Posts: 5
- Joined: 28 Feb 2016 06:32
Sequence of commands
Hi
I have bat file:
___
ECHO OFF
cipher /W:C:
shutdown -s
exit
____
But it just shutdown imediately, not done of cipher command.
how can i fix it?
PC is shutdown when cipher is done !
thx
I have bat file:
___
ECHO OFF
cipher /W:C:
shutdown -s
exit
____
But it just shutdown imediately, not done of cipher command.
how can i fix it?
PC is shutdown when cipher is done !
thx
Re: Sequence of commands
Some programs wait and some don't.
cipher could be anything - it may not even be called cipher
but the start command has a wait switch.
cipher could be anything - it may not even be called cipher
but the start command has a wait switch.
-
- Posts: 5
- Joined: 28 Feb 2016 06:32
Re: Sequence of commands
thx foxidrive,
I am is beginer :°)
i trying with start with wait option.
my big probleme is "cipher" ,.
i need simple, fast solution to absolute erasing of datas
you have idea ?
I am is beginer :°)
i trying with start with wait option.
my big probleme is "cipher" ,.
i need simple, fast solution to absolute erasing of datas
you have idea ?
Re: Sequence of commands
ciphershut wrote:i trying with start with wait option.
How did you go?
-
- Posts: 5
- Joined: 28 Feb 2016 06:32
Re: Sequence of commands
foxidrive wrote:ciphershut wrote:i trying with start with wait option.
How did you go?
START /WAIT cipher /W:C:
SHUTDOWN -f -s -t 0 : is not work.
cipher /w:c:|more
shutdown -f -s -t 0 : is working
Re: Sequence of commands
ciphershut wrote:i need simple, fast solution to absolute erasing of datas
I can't follow what part is not working and how it fails, but can you explain what kind of secure erasure you need and on what kind of drive?
Do you need military level erasing of data from each sector on the drive?
Is it a flash drive?
-
- Posts: 5
- Joined: 28 Feb 2016 06:32
Re: Sequence of commands
foxidrive wrote:ciphershut wrote:i need simple, fast solution to absolute erasing of datas
I can't follow what part is not working and how it fails, but can you explain what kind of secure erasure you need and on what kind of drive?
Do you need military level erasing of data from each sector on the drive?
Is it a flash drive?
I use cipher xxx|more and it is work.
mechanicc HDD.
i know that: impossible erase on flash drive?
Re: Sequence of commands
Some discussion I read has suggested using an encrypted file on the drive, then all you need to do is to delete it.
-
- Posts: 5
- Joined: 28 Feb 2016 06:32
Re: Sequence of commands
foxidrive wrote:Some discussion I read has suggested using an encrypted file on the drive, then all you need to do is to delete it.
i thing this solution is not good. Because original datas to be deleten without encrypt.
Re: Sequence of commands
ciphershut wrote:foxidrive wrote:Some discussion I read has suggested using an encrypted file on the drive, then all you need to do is to delete it.
i thing this solution is not good. Because original datas to be deleten without encrypt.
You can encrypt the whole drive.
Your actual situation is unknown so we can't judge how to go about it.
Re: Sequence of commands
You can try and use sdelete.exe from Sysinternals (https://technet.microsoft.com/en-us/sys ... elete.aspx). It returns to 'cmd' when it completes.
Saso
Saso