Want to use Shell Move command
Posted: Tue Apr 08, 2008 5:20 am
I can't for the life of me get the Dos Move command using shell in rev to work.
and after hard searching have come up with very little info.
I have 2 variables, one is the file path = fPath other is destination folder path = destFolderPath
As this works fine in cmd.exe: move "C:\test folderA\testfile.txt" "C:\test folderB I've tried several ways to put that into a working shell command in rev with no luck.
I imagin this is pretty easy, but once again lack of info is holding me back.
for one thing the the examples in the documentation don't even look like they cold work, wouldn't a put or open be needed ???
logically in my case something like:
open shell(move fPath destFolder Path)
UPDATE: I think i got it I built the whole thing quotes move and all into one variable before hand.
I would still like more info on this if possible.
and after hard searching have come up with very little info.
I have 2 variables, one is the file path = fPath other is destination folder path = destFolderPath
As this works fine in cmd.exe: move "C:\test folderA\testfile.txt" "C:\test folderB I've tried several ways to put that into a working shell command in rev with no luck.
I imagin this is pretty easy, but once again lack of info is holding me back.
for one thing the the examples in the documentation don't even look like they cold work, wouldn't a put or open be needed ???
logically in my case something like:
open shell(move fPath destFolder Path)
UPDATE: I think i got it I built the whole thing quotes move and all into one variable before hand.
I would still like more info on this if possible.