Making a Program
Moderator: Moderators
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
Making a Program
I searched the net for it and turned up no results so I'm asking here. I would like to make a program so that when I click on it a file from my addon folder is transferred to my desktop and back again. How would I do this?
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: Making a Program
With C++ Programming, try using Visual Basic (( I think that uses C++ ?))
-
Adreniline
- Command Sergeant Major

- Posts: 290
- Joined: Fri Oct 28, 2005 8:24 pm
- Projects :: No Mod project currently.
- xbox live or psn: XTIndie
- Location: Coffee Centre of the World
- Contact:
Actually what you should use is C or C++ and C++ Express Edition
You will need a book to learn some C, I would suggest checking out "C programming for Dummies" from the library, it would be very straight forward, and easy to understand.
But you first must understand this: you will be doing programming for several weeks before you can make the program you want to make.
Visual basic is a bit different than C++ express (the book may suggest another program)
You will need a book to learn some C, I would suggest checking out "C programming for Dummies" from the library, it would be very straight forward, and easy to understand.
But you first must understand this: you will be doing programming for several weeks before you can make the program you want to make.
Visual basic is a bit different than C++ express (the book may suggest another program)
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
No.
What I need it for is that I'm editing a map (here referred to as 'MAP') that I don't have the source files for and so I have to remunge the LUA and sides to make it work. I'll call this folder 'MUNGE'. However, it has to have the same name in order for the LUA to work. That means that it's terribly inconvenient for me to every time I want to munge, go into addon and move MAP onto the desktop and move MUNGE into my addon folder to be munged.
And yes I have the person's permission to edit his map.
And yes I have the person's permission to edit his map.
-
shade...
DO NOT TELL ME YOU DON'T KNOW HOW TO MAKE A SHORTCUT. IF YOU MOD THINGS YOU SHOULD ALREADY KNOW HOW TO DO THAT.Qdin wrote:don't tell me you just want a short-cut to the AddOn folder... O.o
if you dont know get the computer learning disc - the basics... ITS SO EASY
IN CASE U DONT KNOW HOW JUST RIGHT CLICK ON YOUR DESKTOP, GO TO NEW/CREATE NEW SHORTCUT...................................EASY.
FOLLOW THE INSTRUCTIONS,
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
No...shade... wrote:DO NOT TELL ME YOU DON'T KNOW HOW TO MAKE A SHORTCUT. IF YOU MOD THINGS YOU SHOULD ALREADY KNOW HOW TO DO THAT.Qdin wrote:don't tell me you just want a short-cut to the AddOn folder... O.o:blackja:
if you dont know get the computer learning disc - the basics... ITS SO EASY![]()
IN CASE U DONT KNOW HOW JUST RIGHT CLICK ON YOUR DESKTOP, GO TO NEW/CREATE NEW SHORTCUT...................................EASY.
FOLLOW THE INSTRUCTIONS,
Maybe you should read my post first.No.What I need it for is that I'm editing a map (here referred to as 'MAP') that I don't have the source files for and so I have to remunge the LUA and sides to make it work. I'll call this folder 'MUNGE'. However, it has to have the same name in order for the LUA to work. That means that it's terribly inconvenient for me to every time I want to munge, go into addon and move MAP onto the desktop and move MUNGE into my addon folder to be munged.
And yes I have the person's permission to edit his map.
@Shadowhawk, yes, addon to desktop and desktop to addon.
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
here is something that might be useful aleady buit into windows.
- Open my computer and on the top go to tools>Folder options>view tab and under advanced settings click "show hidden files and folders" then OK.
- Goto C:\Documents and Settings\(the name of your windows profile)\SendTo
- Open another folder window and browse to the location of the addon folder, right click, select copy.
- Go back to the SendTo window, right click, select paste shortcut. This will put the addon folder in the Send To option when you right-click on a file. Rename the shortcut and remove the "Shortcut to" part.
- Open another folder window and browse to C:\Documents and Settings\(the name of your windows profile), right click on desktop, and select copy.
- Go back to the SendTo window, right click, select paste shortcut. This will put the Desktop folder in the Send To option when you right-click on a file. Rename the shortcut to "Desktop (Non-Shortcut)" so you don't get confused with "Desktop (create Shortcut)".
- Organize the shortcuts in the order you would like them to appear in the Send To option.
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
Well there is a regedit file that adds Copy To and Move To to the right click menu.
http://www.kellys-korner-xp.com/xp_tweaks.htm #45 on the list.
You would still have to select the folder though but it moves what ever you need to that folder. I use that way for some of my stuff.
http://www.kellys-korner-xp.com/xp_tweaks.htm #45 on the list.
You would still have to select the folder though but it moves what ever you need to that folder. I use that way for some of my stuff.
- Dohnutt
- Hoth Battle Chief

- Posts: 3248
- Joined: Sun Aug 20, 2006 9:25 am
- Contact:
ROFLDarth_Z13 wrote:No...shade... wrote:DO NOT TELL ME YOU DON'T KNOW HOW TO MAKE A SHORTCUT. IF YOU MOD THINGS YOU SHOULD ALREADY KNOW HOW TO DO THAT.Qdin wrote:don't tell me you just want a short-cut to the AddOn folder... O.o:blackja:
if you dont know get the computer learning disc - the basics... ITS SO EASY![]()
IN CASE U DONT KNOW HOW JUST RIGHT CLICK ON YOUR DESKTOP, GO TO NEW/CREATE NEW SHORTCUT...................................EASY.
FOLLOW THE INSTRUCTIONS,
Don't you hate it when people do that?
*smacks forehead*
So, anyways...
1. Right click on the folder you wanna create a shortcut to...
Heh
(Sorry, I hadda do it)
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
- ShadowHawk
- Old School Staff
- Posts: 1232
- Joined: Mon Feb 21, 2005 4:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Heartland, Texas
- Contact:
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
If you want a quick program to move things around when you run it, I can do that for you. You would need to give me the folder locations, what exactly you want moved, and any other requirments. It would take me two days to write and test if for you. It would be in Java or C# (which ever you wanted). However, ShadowHawk's Move To sounds better.
You could also create two .bat files that do the moves. As a non-nood computer user, you know how to move a file/folder from the command line correct? Just put that line into a file ending with ".bat" and double-click to run it. Put the line to move it back into another .bat file.
You could also create two .bat files that do the moves. As a non-nood computer user, you know how to move a file/folder from the command line correct? Just put that line into a file ending with ".bat" and double-click to run it. Put the line to move it back into another .bat file.
