• 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.

login.bat code needed....

I need some example code that will check the client's C drive too see if it is 95% full. If true, then it displays a message (like in Notepad) telling the client this information. I've never done login.bat files before so I need someone to baby me a little. Anybody know this?

Thanks!
 
chkdsk.exe displays what you're looking for and will keep all output within the logon script dos window.

not pretty though, and you may have to toy with options so it runs on the local drive and as quickly as possible.

Why would you want to use a logon script for this when there are plenty of tools that are easier to use? ie Hyena, hell even SMS
 
Back
Top