1. system() in disabled cmd.exe
- Posted by akusaya at gmx.net Sep 08, 2006
- 548 views
In some environments I saw that cmd.exe can be disabled (for non-admin accounts). Does it affect system() call? i.e. system("move a.txt b.txt") will fail?
In some environments I saw that cmd.exe can be disabled (for non-admin accounts). Does it affect system() call? i.e. system("move a.txt b.txt") will fail?