Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
340 B

  1. /*
  2. * cmd.c - Main Module of Command.lib
  3. *
  4. * Sudeepb 09-Apr-1991 Craeted
  5. */
  6. #include "cmd.h"
  7. #include "cmdsvc.h"
  8. #include "host_def.h"
  9. /* CmdInit - Command Initialiazation routine.
  10. *
  11. * Entry
  12. * None
  13. * Exit
  14. * None
  15. *
  16. */
  17. VOID CMDInit (VOID)
  18. {
  19. cmdHomeDirectory[0] = *pszSystem32Path;
  20. }