Author Topic: Using a temporary computer & ACAD system?  (Read 11465 times)

0 Members and 1 Guest are viewing this topic.

deegeecees

  • Guest
Re: Using a temporary computer & ACAD system?
« Reply #30 on: March 23, 2010, 01:07:06 PM »
Quote from: CAB
The problem with ACAD2000 is that the icons are not found even when the path is added to ACAD.

IIRC, I solved that by naming the icon files with my own names instead of the generated ones Acad uses:

ID_UserButton_5 [_Button("PLOTTABS", "plottabs.bmp", "plottabs.bmp")]^C^C(LOAD"PlotTabs082306");PLOTTABS

as opposed to:

ID_UserButton_5 [_Button("PLOTTABS", "RCDA4464.bmp", "RCDATA_16_BLANK")]^C^C(LOAD"PlotTabs082306");PLOTTABS

KewlToyZ

  • Guest
Re: Using a temporary computer & ACAD system?
« Reply #31 on: March 23, 2010, 05:21:07 PM »
One of those other things when using a Thumb Drive:
Plug-in the drive
Right click on My Computer, select Manage
Go to Storage -> Disk Management
Set your Thumb drive to the desired drive letter.
Provided you have to have some routines or profiles point to a specific drive letter.
A:\ or B:\ are actually available on most machines anymore.
Preferably B:\ in case it actually has one of those useless floppies still  :ugly:

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Using a temporary computer & ACAD system?
« Reply #32 on: March 23, 2010, 05:47:49 PM »
Hey, i still have a floppy drive :?, but B: is available. Great tip. 8-)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Using a temporary computer & ACAD system?
« Reply #33 on: March 23, 2010, 06:42:44 PM »
Hey, i still have a floppy drive :?, but B: is available. Great tip. 8-)
My boss handed me a floppy disc the other day (had some old files on it). We laughed and I thanked him for the new coaster. :lmao: Thankfully, I found a machine in the plot room that had a floppy drive.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

LE3

  • Guest
Re: Using a temporary computer & ACAD system?
« Reply #34 on: March 23, 2010, 06:54:54 PM »
Hey, i still have a floppy drive :?, but B: is available. Great tip. 8-)
My boss handed me a floppy disc the other day (had some old files on it). We laughed and I thanked him for the new coaster. :lmao: Thankfully, I found a machine in the plot room that had a floppy drive.

i still have a portable drive for floppy discs with a usb chord.... also my thesis project it is saved on those 5-1/4" ones an many stuff saved on floppies.... yikes I am old.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: Using a temporary computer & ACAD system?
« Reply #35 on: March 23, 2010, 06:59:14 PM »
The PC im using right now (im at home) has a floppy drive too.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Using a temporary computer & ACAD system?
« Reply #36 on: March 23, 2010, 07:29:23 PM »
Hey, i still have a floppy drive :?, but B: is available. Great tip. 8-)
My boss handed me a floppy disc the other day (had some old files on it). We laughed and I thanked him for the new coaster. :lmao: Thankfully, I found a machine in the plot room that had a floppy drive.

i still have a portable drive for floppy discs with a usb chord.... also my thesis project it is saved on those 5-1/4" ones an many stuff saved on floppies.... yikes I am old.

Our first computer - 286 - had the 5¼" floppy drive. I think I was 7 or 8.

The PC im using right now (im at home) has a floppy drive too.
My home PC still has one, but it's just not a common thing anymore.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Chris

  • Swamp Rat
  • Posts: 548
Re: Using a temporary computer & ACAD system?
« Reply #37 on: March 30, 2010, 09:18:23 AM »
Whats a floppy disc?  :?



actually, I havent had a floppy drive in my last two custom built systems, and before that, I dont think I've used them since at least 2004
Christopher T. Cowgill, P.E.
AEC Collection 2020 (C3D)
Win 10

deegeecees

  • Guest
Re: Using a temporary computer & ACAD system?
« Reply #38 on: March 30, 2010, 10:48:17 AM »
I remember playing this on my Commodore 64, it used quite a bit of 5.25" floppies:

http://www.lemon64.com/?mainurl=http%3A//www.lemon64.com/games/details.php%3FID%3D427






My apologies for the thread mutation...

GDF

  • Water Moccasin
  • Posts: 2081
Re: Using a temporary computer & ACAD system?
« Reply #39 on: April 02, 2010, 02:28:26 PM »
Alan

I have successfully loaded all of my bmps into a dll for my menus (one dll per menu) since windows 95 and have not had any problems. I use reshacker.

Example of menu toolbar:

**ARCH_DIMENSIONI
[_Toolbar("Dimension Tools I", _Floating, _Hide,  225,200,1)]
[_Button("Add Dimensions for Total", ARCH_ADIM, ARCH_ADIM)]ADIM
[_Button("Set Default Dimstyle", ARCH_D1, ARCH_D1)]D1
[_Button("Dimension Linear", ARCH_LIN, ARCH_LIN)]LIN
[_Button("Dimension Base", ARCH_BAS, ARCH_BAS)]BAS
[_Button("Dimension Continue", ARCH_CON, ARCH_CON)]CON
[_Button("Dimension Equal", ARCH_DEQ, ARCH_DEQ)]DEQ
[_Button("Dimension Update", ARCH_DU, ARCH_DU)]DU
[_Button("Edit", ARCH_ET, ARCH_ET)]ET

If if have multiple version of autocad on a machine, this how I load submenus:
Code: [Select]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PROG Menu Loader ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun PlacePROGMenu  (/ CNT)
  (setq CNT 1)
  (while (< CNT 24)
    (if (menucmd (strcat "P" (itoa CNT) ".1=?"))
      (setq CNT (1+ CNT))
      (progn (if (> CNT 2)
               (setq CNT (1- CNT))
               (setq CNT 2))
             (menucmd (strcat "p" (itoa CNT) "=+PROG.pop1"))
             (setq CNT 25)))))
(defun c:PROG  (/ ProgLoad)
  (cond ((< (distof (substr (getvar "acadver") 1 4)) 16.0)
         (setq ProgLoad (strcat ARCH#SUPF "V_15/PROG.mnc")))
        ((and (>= (distof (substr (getvar "acadver") 1 4)) 16.0)
              (< (distof (substr (getvar "acadver") 1 4)) 16.2))
         (setq ProgLoad (findfile (strcat ARCH#SUPF "V_16/PROG.mnc"))))
;;;    
        ((and (>= (distof (substr (getvar "acadver") 1 4)) 16.2)
              (< (distof (substr (getvar "acadver") 1 4)) 17.0))
         (setq ProgLoad (findfile (strcat ARCH#SUPF "V_16/PROG.cui"))))
;;;
        ((and (>= (distof (substr (getvar "acadver") 1 4)) 17.0)
              (< (distof (substr (getvar "acadver") 1 4)) 18.0))
         (setq ProgLoad (findfile (strcat ARCH#SUPF "V_17/PROG.cui"))))
;;;
        ((and (>= (distof (substr (getvar "acadver") 1 4)) 18.0)
              (< (distof (substr (getvar "acadver") 1 4)) 19.0))
         (setq ProgLoad (findfile (strcat ARCH#SUPF "V_18/PROG.cuix")))))
  (cond
    ((/= ProgLoad nil)
     (progn (command "menuunload" "PROG" "menuload" ProgLoad)
            (PlacePROGMenu)
            (princ "\n*** ---------- PROG Menu Loaded ---------- ***")))
    ((= ProgLoad nil)
     (ARCH:MsgBox2
       " Arch Program : Info"
       48
       "
     Arch Program© Alert
--------------------------------------------------------------------------------------------
     PROG Program is Not Loaded!"
       4)))
  ;;(MENUWAV)
  (princ))

« Last Edit: April 02, 2010, 02:32:42 PM by GDF »
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Using a temporary computer & ACAD system?
« Reply #40 on: April 02, 2010, 03:19:53 PM »
Thanks Gary.

Looks like adding the path to the folder for the bmp file does not always work for me. If I restart acad then the bmp files are found and all is well. :-)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.