ID:139082
 
Code:
mob/Admin3/verb/Update(F as file)
set category="Admin"
fcopy(F,"[F]")


Problem description:i cant get it to work

The proc you are looking for is shell. The reference for fcopy also lists:

mob/verb/change_world(F as file)
fcopy(F,"world.dm")
shell("DreamMaker world")
world.Reboot()


As stated in fcopy's reference though, do not make that a simple player verb. I wouldn't even give it to any of the in-game moderators, and would probably restrict it only to myself due to the damage that could be caused by it.
In response to LordAndrew
thanx man i was looking for this only..
thanx for ur help