Hey,
Im trying to create a console program, where as when you go into cmd.exe, and type myapp.exe c:/, it will automatically call all the files in that directory as a list.
I have managed to get the files being identified, my problem is that when i type
myapp.exe c:/, my program loads and it requires another entry such as c:/ for it to list the files. i want to eliminate typing in another time for it to load the files.
This is similar to going into cmd.exe and typing "net use"
any help please?!!?
Im trying to create a console program, where as when you go into cmd.exe, and type myapp.exe c:/, it will automatically call all the files in that directory as a list.
I have managed to get the files being identified, my problem is that when i type
myapp.exe c:/, my program loads and it requires another entry such as c:/ for it to list the files. i want to eliminate typing in another time for it to load the files.
This is similar to going into cmd.exe and typing "net use"
any help please?!!?