Jump to content

Recommended Posts

Posted

Hi, im trying to find a command to rename the folder that the script is currently in, is that possible? and if so, what command(s) should I look at?

thanks

[center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]

Posted (edited)

if you try to change the folder's name that script is located in, while running you will get the sharing violation error.

Edited by beerman
Posted

Yea, I tried that, but I can't do that with the directory that the script is in...

$name=InputBox("Name","Whats the name of your pet?")

DirMove(@ScriptDir,StringTrimRight(@ScriptFullPath,5)&$name)

(dir name is mypet)

[center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...