I i've looked for a shell scripted forum but it's based on .nix so it doesn't apply to me .
I'm making a program that will attempt to lessen the effects of a flash drive when placed in an infected pc.
Basically it will make a folder named autorun.inf
then make a folder named "con" inside it...
the problem is that the system function ( "mkdir con" );
says "invalid directory", I know that MS prevents the end user from making Aux, con etc. but is their any way to make the folder without typing it into the command.exe window? ( to make it more user friendly )... ( .bat files don't work... same error )
Thank you in advance...