Jump to content

jfitty

Active Members
  • Posts

    45
  • Joined

  • Last visited

jfitty's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Bit of a shame about the second GUI, and yeah I grabbed the drop shadow code from the first one, but unsure about the rest of the styles used on the GUI!
  2. Woops, I probably should have clarified, I meant as in to contact the user and ask for their source code. Edited that part out
  3. Hey guys, I've been working on a program for a few years now, and am currently in the phase of attempting to find a supplier to sell it commercially. The program itself works fantastic, the only problem is the GUI makes it look like the program was made for Windows 98. I was wondering if any of you have some tips for improving the look a GUI to make it look a little more modern? I have looked through the "GUI Design Concepts" thread under Example Scripts, but nothing really stood out to me. I like the GUI in the screenshot of this thread: With the updated MSGBox, drop shadow and nicer minimize/close buttons. This GUI, based on the "Steam Window" code is also pretty awesome: Thanks in advance!
  4. Of course, but if you click the link it says the file doesn't exist
  5. Does anyone have a copy of this GUI? It's been a while, but I would love to use it
  6. It seems to treat these files as directories. As a test, I copied my xampp directory to a folder called "backup". This is what the console said: Dircopy : C:\xampp\apache_start.bat to backup\apache_start.bat
  7. still nothing unfortunately. what part of the filecopy code should i be playing with?
  8. hmm no luck with that unfortunately. I can get the files to list in the array, but they just wont copy
  9. Thats perfect mate! Thanks for that. One more thing, is there a way I can make it copy the files that are in the root directory? Eg, I want to copy the folder C:\Temp, but files that are in the Temp directory dont get copied, just the folders. I've had a play with it but cant seem to get it to work
  10. Thanks mate! Where would I change the code if I wanted to go deeper into the folder structure? EG, 3 or 4 folders in?
  11. ive tested it out, but it doesnt seem like it does
  12. That script is really good! What if the directory was a subfolder of a folder in the main directory (eg Source\Folder\FolderToExclude)?
  13. Hey guys, I'm wanting some help with DirCopy. I'm using it in a backup script I'm putting together, but I want it to exclude a certain directory. Is this possible? Would someone have an example script I could use? Thanks
  14. Hi all, Is it possible to run a command using StdoutRead to capture the output, then insert that straight into an array? I know I could send the output of the command to a text file and use _FileReadToArray, but I would rather the output go straight to an array Thanks in advance
  15. This works really well! The only thing is it takes a while with large directories. Would there be any way to make it faster?
×
×
  • Create New...