hgk1gk1

  1. G

    Problem with system() function in C

    I want to run a program that has to rename a folder H:\gk1\gk1 to gk2 When I run that command using system("move H:\gk1\gk1 gk2"); it reports an error that "Bad command or file name" . I even tried the rename command it give "Invalid path or filename" The specified folder exists and no other...
Top Bottom