dos_splash screen

Discussion in 'AutoCAD' started by caduser, Jul 21, 2003.

  1. caduser

    caduser Guest

    how to make dos_splash screen at startup the autocad..
     
    caduser, Jul 21, 2003
    #1
  2. caduser

    Murph Guest

    To quote BillZ "Assuming that you have downloaded doslib from
    www.mcneel.com"

    Murph
     
    Murph, Jul 21, 2003
    #2
  3. caduser

    caduser Guest

    can u show me a litter bit of lisp how to create the splash screen using
    dos_splash
     
    caduser, Jul 22, 2003
    #3
  4. caduser

    Paul Turvill Guest

    (dos_splash ...) is for *displaying* your splash screen. You can *create* it
    with any package capable of producing a windows .bmp file -- Microsoft Draw,
    for example.
    ___
     
    Paul Turvill, Jul 22, 2003
    #4
  5. caduser

    caduser Guest

    (dos_splash "C:\caduser\dwg\lsp\tiger.bmp" 3)
    this message appear Command: DOSLib error: too few arguments.
     
    caduser, Jul 22, 2003
    #5
  6. Remember you need to use double backslashes...

    (dos_splash "C:\\caduser\\dwg\\lsp\\tiger.bmp" 3)


    --
    R. Robert Bell, MCSE
    www.AcadX.com


    | (dos_splash "C:\caduser\dwg\lsp\tiger.bmp" 3)
    | this message appear Command: DOSLib error: too few arguments.
    |
    |
    | | > Create acaddoc.lsp in your searchpath with the following line, NOT
    between
    | > Defun-lines:
    | >
    | > (dos_splash "something.bmp")
    | >
    | > This will popup your splash-screen every time you start Acad.
    | > --
    | > Jeroen Berkers
    | > A2k - W98SE
    | > | > > how to make dos_splash screen at startup the autocad..
    | > >
    | > > --
    | > > caduserĀ©
    | > > Design & Engineering Dept.
    | > >
    | > >
    | >
    | >
    |
    |
     
    R. Robert Bell, Jul 22, 2003
    #6
  7. What does the 3 represent? Time of display?
     
    Steven D. Papke, Jul 22, 2003
    #7
  8. Yes.

    --
    R. Robert Bell, MCSE
    www.AcadX.com


    | What does the 3 represent? Time of display?
    |
     
    R. Robert Bell, Jul 22, 2003
    #8
  9. caduser

    caduser Guest

    (dos_splash "C:\\caduser\\dwg\\lsp\\tiger.bmp" 3)
    DOSLib error: too few arguments. why??
     
    caduser, Jul 23, 2003
    #9
  10. What version? I'm using 6.1.

    --
    R. Robert Bell, MCSE
    www.AcadX.com


    |
    | (dos_splash "C:\\caduser\\dwg\\lsp\\tiger.bmp" 3)
    | DOSLib error: too few arguments. why??
    |
    |
    | | > Remember you need to use double backslashes...
    | >
    | > (dos_splash "C:\\caduser\\dwg\\lsp\\tiger.bmp" 3)
    | >
    | >
    | > --
    | > R. Robert Bell, MCSE
    | > www.AcadX.com
    | >
    | >
    | > | > | (dos_splash "C:\caduser\dwg\lsp\tiger.bmp" 3)
    | > | this message appear Command: DOSLib error: too few arguments.
    | > |
    | > |
    | > | | > | > Create acaddoc.lsp in your searchpath with the following line, NOT
    | > between
    | > | > Defun-lines:
    | > | >
    | > | > (dos_splash "something.bmp")
    | > | >
    | > | > This will popup your splash-screen every time you start Acad.
    | > | > --
    | > | > Jeroen Berkers
    | > | > A2k - W98SE
    | > | > | > | > > how to make dos_splash screen at startup the autocad..
    | > | > >
    | > | > > --
    | > | > > caduserĀ©
    | > | > > Design & Engineering Dept.
    | > | > >
    | > | > >
    | > | >
    | > | >
    | > |
    | > |
    | >
    | >
    |
    |
     
    R. Robert Bell, Jul 23, 2003
    #10
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.