HI All
Some help required. In my project now I have a net use command which is creating a virtual drive letter and saving images to that drive letter. I have 12 hard drives in caddy's in a 13 bay cd tower enclosure and each month I swap the caddy HDD over to the main computer to save the images on that months drive I not always around end of each month to swap the drives over so what I would like is get hold of 12 port SATA PCI express card and connect all the drives to that computer so I need a bit of code to say on the 28th February 0.00am it saves the images to the March HDD.
but has to save to Z: drive (Shell ("net use Z: " & "\\ENDOFLINE\February\" & strRX & " /persistent:yes")) basicly the February needs to change to current month after "net use Z: " & "\\ENDOFLINE\February" at end of each month.
Sorry if not explained well
KInd Regards
steve
Some help required. In my project now I have a net use command which is creating a virtual drive letter and saving images to that drive letter. I have 12 hard drives in caddy's in a 13 bay cd tower enclosure and each month I swap the caddy HDD over to the main computer to save the images on that months drive I not always around end of each month to swap the drives over so what I would like is get hold of 12 port SATA PCI express card and connect all the drives to that computer so I need a bit of code to say on the 28th February 0.00am it saves the images to the March HDD.
but has to save to Z: drive (Shell ("net use Z: " & "\\ENDOFLINE\February\" & strRX & " /persistent:yes")) basicly the February needs to change to current month after "net use Z: " & "\\ENDOFLINE\February" at end of each month.
Sorry if not explained well
KInd Regards
steve