batch file renaming - rename functionYes, no and yes. I've tried it now with the command line and it just displays the same things it doe...
batch file renaming - rename functionThanks a lot for noticing the mistakes! It's been a while since I've last tried programming... I cor...
batch file renaming - rename functionI wrote some c++ code to rename a bunch of files incorrectly named, using the "rename" function. The...
reading an array of indefinite length from fileOk, thanks a lot guys, I'll manage now.
reading an array of indefinite length from fileNo, I want to stop reading if 'x' is the end of file character. Kinda like: [code] char x; int i,v[...