- or download this
dir "C:\Local Publish\images" #OK
- or download this
perl -e " $dir = '\"C:\Local Publish\images\"'; system qq(dir $dir )"
+ #OK
- or download this
dir "C:/Local Publish/images" #OK
- or download this
perl -e " $dir = '\"C:/Local Publish/images\"'; system qq(dir $dir )"
+ #ok
- or download this
perl -e " $img = 'images';$dir = '\"C:/Local Publish/'.$img.'\"'; syst
+em qq(dir $dir )"