Jump to content

script needed


Vipul

Recommended Posts

Dear all,

This is my first post to the forum.

I need a script which allows me to do following tasks:

I have file named as book1.xls on my desktop

I ant to zip that file which will become book1.zip

After that this file will have to go to c:\personel folder.

Only this much task is required.

please guide me...

Link to comment
Share on other sites

Dear all,

This is my first post to the forum.

I need a script which allows me to do following tasks:

I have file named as book1.xls on my desktop

I ant to zip that file which will become book1.zip

After that this file will have to go to c:\personel folder.

Only this much task is required.

please guide me...

Would you like to zip it with Winzip, Winrar or with Windows?

Link to comment
Share on other sites

If you want to use WinZip for that, here's how to do it:

First install Winzip Command Line addons http://www.winzip.com/prodpagecl.htm

and use this script:

wzzip %path to the desired folder%

for example:

wzzip c:\temp\test.zip

In this way you don't have to copy anything, you just run the scrip in the folder where is the file that you want to zip and copy and specify the target folder in command line..

Hope this helps..

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.

×
×
  • Create New...