in pb3.5, i need to be able to copy files of various sizes
from one drive (in a 3.11 network) to another system drive
some are executable up to 430k
some are chain files up to 60k
some are data files (arrays and simple sequential) from 2k to 5k
hopefully in a simple manner like
copy drive f:\dir\filename.*
to drive c:\dir\
any suggestions?
thanks
from one drive (in a 3.11 network) to another system drive
some are executable up to 430k
some are chain files up to 60k
some are data files (arrays and simple sequential) from 2k to 5k
hopefully in a simple manner like
copy drive f:\dir\filename.*
to drive c:\dir\
any suggestions?
thanks
Comment