hello everyone!
here's my pickle...I would like to change the file names of a group of video files in my movie folder, on SD card, with a script file (hopefully a gpe file) can i do this? with the 'mv' or 'rename' commands? if so, could anyone provide an example script that works?
Simply put, I'm hoping for one script that would for example change 'test.avi' to 'test,' without file extension and then a second script to change it back.
I've tried this with gpe files and termula. odlly, when running a .sh script, with the command 'mv', I get the error "invalid argument" in termula. from other posts, I realized that I should use a text editor like notepad++, which I am now using. however, I get the same error in termula. BUT, when I manually use the mv command in termula, changing filenames works.
I'm especially hoping I can do this with a gpe script.
any input would be appreciated
here's my pickle...I would like to change the file names of a group of video files in my movie folder, on SD card, with a script file (hopefully a gpe file) can i do this? with the 'mv' or 'rename' commands? if so, could anyone provide an example script that works?
Simply put, I'm hoping for one script that would for example change 'test.avi' to 'test,' without file extension and then a second script to change it back.
I've tried this with gpe files and termula. odlly, when running a .sh script, with the command 'mv', I get the error "invalid argument" in termula. from other posts, I realized that I should use a text editor like notepad++, which I am now using. however, I get the same error in termula. BUT, when I manually use the mv command in termula, changing filenames works.
I'm especially hoping I can do this with a gpe script.
any input would be appreciated