• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

dnetc question

quiet and hiden are two different syntax for the same result.

DNETC.EXE -shutdown to stop the client
DNETC.EXE -noquiet to relaunch. (-noquiet is mandatory only if you configure your client to run hiden in your DNETC.INI file :
[display]
detached=yes )

You can also run your client as a service :
DNETC.EXE -install --> to install your client as a service
DNETC.EXE -svcstart --> to start it immediatly (not waiting the next reboot)

You can also configure your client to write a log file. In your DNETC.INI file just put a line like this one :

[logging]
log-file=activity.log
log-file-type="no limit" --> no limit indicates that the file will grow with no limit to contain all the history of your cruncher.

Then you can look at your log file to see the activity of your cracker without stopping it.
 
There is no difference between -hide and -quiet. Once it's in quiet mode you can't get it back, but why would you want to? if it's running and running well only leaching off idle time then leave it 🙂

If you really wanna see what it's doing then you will have to kill the process and restart it normally.
 
If you run the client as a service, be sure to remove it from the startup folder. The client running as a service is well hidden in WIN95. It does not show up on the task bar, nor does it show up in the Task Manager. Another advantage is that if you are on a network, it will start on re-boot and no one has to log in like you have to do if it is in the startup folder.
 
Back
Top