>I am new to the ct-user reflector, thought I 'd try a question or two.
>I have just went to using CT-9.27.
>
>What I would like to do it run master.dta from the ram drive.
Create a batch file that starts CT. At the start of the batch file, copy
your CTY.DAT and MASTER.DTA files to the RAM drive. Also set an
environment variable to point there:
So the whole batch file looks something like:
copy C:\ct9\cty.dat G:\
copy C:\ct9\master.dta G:\
copy C:\ct9\cthlp G:\
set CTPATH=G:\
c:\ct9\comtsr1
c:\ct9\dvptsr
c:\ct9\ct %1 %2 %3 %4
(etc...)
(where G:\ is the RAM drive)
Then when CT accesses the .DTA file, it will pull it from the RAM drive and
not the disk.
- Jim
--
Jim Reisert <AD1C@tiac.net> http://www.tiac.net/users/ad1c/
--
Submissions: ct-user@ve7tcp.ampr.org
Administrative requests: ct-user-REQUEST@ve7tcp.ampr.org
WWW: http://www.ve7tcp.ampr.org/Software/ct
Questions: owner-ct-user@ve7tcp.ampr.org
|