What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin Reloader :: The next generation

Plugin Reloader :: The next generation
Author: Message:
optimism_
Senior Member
****

Avatar
Ctrl+Alt+Del - Tragically l337

Posts: 521
Reputation: 8
37 / Male / –
Joined: Jul 2003
O.P. RE: Plugin Reloader :: The next generation
you can do this with a quicktext i think maybe... you should be able to run the DOS COPY command via run i belive, which takes the form

code:
C:\Documents and Settings\optimism_>copy /?
Copies one or more files to another location.

COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
     [+ source [/A | /B] [+ ...]] [destination [/A | /B]]

  source       Specifies the file or files to be copied.
  /A           Indicates an ASCII text file.
  /B           Indicates a binary file.
  /D           Allow the destination file to be created decrypted
  destination  Specifies the directory and/or filename for the new file(s).
  /V           Verifies that new files are written correctly.
  /N           Uses short filename, if available, when copying a file with a
               non-8dot3 name.
  /Y           Suppresses prompting to confirm you want to overwrite an
               existing destination file.
  /-Y          Causes prompting to confirm you want to overwrite an
               existing destination file.
  /Z           Copies networked files in restartable mode.

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.  Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.


hence
code:
/xreload
#/CopyPlugin /run COPY /Y "<source plugin>" "C:\program files\messenger plus! 2\plugins"


should do the trick maybe
HTTP 404 - Signature Not Found
05-04-2004 09:45 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Plugin Reloader :: The next generation - by optimism_ on 05-04-2004 at 09:06 PM
RE: Plugin Reloader :: The next generation - by MoRiA on 05-04-2004 at 09:19 PM
RE: Plugin Reloader :: The next generation - by optimism_ on 05-04-2004 at 09:20 PM
RE: Plugin Reloader :: The next generation - by dotNorma on 05-04-2004 at 09:29 PM
RE: Plugin Reloader :: The next generation - by optimism_ on 05-04-2004 at 09:32 PM
RE: Plugin Reloader :: The next generation - by dotNorma on 05-04-2004 at 09:39 PM
RE: Plugin Reloader :: The next generation - by optimism_ on 05-04-2004 at 09:45 PM
RE: Plugin Reloader :: The next generation - by Mnjul on 05-05-2004 at 07:45 AM
RE: Plugin Reloader :: The next generation - by toddy on 06-06-2004 at 11:06 PM
RE: Plugin Reloader :: The next generation - by optimism_ on 06-07-2004 at 08:03 AM
RE: Plugin Reloader :: The next generation - by MoRiA on 06-09-2004 at 01:58 PM
RE: Plugin Reloader :: The next generation - by optimism_ on 06-10-2004 at 11:58 AM
RE: Plugin Reloader :: The next generation - by MoRiA on 06-10-2004 at 12:07 PM
RE: Plugin Reloader :: The next generation - by Dane on 07-22-2004 at 05:31 AM
RE: Plugin Reloader :: The next generation - by Phrive on 07-22-2004 at 07:51 AM
RE: Plugin Reloader :: The next generation - by Dempsey on 07-22-2004 at 09:21 AM
RE: Plugin Reloader :: The next generation - by Dane on 07-23-2004 at 07:58 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On