Jump to content

file/directory and hide window questions


gmx

Recommended Posts

1. file and directory operations: is there a way to get wihu copy/move/delete files and directories?

2. is there an option to hide window

[installation screen that may popup sometimes - like the 7zip unzipping window when ryanvm's dotnetpackis unzipped]

kinda like hide=true in xplode

Link to comment
Share on other sites


1.) why??? not necessary, there are system functions already available. Either use "command.x=cmd /c @xcopy ..." or "command.x=cmd /c @batchfile.cmd" and include "cmdow @ /HID" somewhere at the top of the called batch.

2.) Run your app using an AutoIt-script and this little tool gives you control over windows. :)

Link to comment
Share on other sites

  • 4 weeks later...

:} Hi,

The question to include copy/move/delete commands is not an invalid question.

Sure one can use batch files to achieve this but from a perpective of managing applications and writing ini files to do so it's much better to have an overview of

application installation in conjunction with the file handeling commands for this

install.

When you try a modular approach on config files, xplode seems handle this in

a more clear way by using one single xml file to do all. On the other hand xplode

lacks functionality that is available in WIHU which supports 'if then' queries, also

does not provide user interaction.

You could use them both I guess, but I'd rather have all the functionality in just one configuration file instead of heaps....

Link to comment
Share on other sites

Ok, may be I'll add some direct operations in future version.

Things that may be added will be copy, move, delete.

Expected keywords will be:

command.0=@delete
command.1=@copy
command.2=@move

Expected option switches will be:

/R: recursive (include sub directories)

Allowed Syntax:

@command [/R] file1 [files2 ...] files.*

Benjamin

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...