Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

How to delete and create a excel workbook using command prompt


  • Please log in to reply

#1
sqldev12

sqldev12

    New Member

  • Member
  • Pip
  • 2 posts
Hi,

I have to delete a excel file first named abc.csv from C:\Test drive and then again recreate a new one with the same name.

Can i do this in a single batch command?

Can someone please help me with this?

Thanks
  • 0

Advertisements


#2
Spike

Spike

    nOoB

  • Member
  • PipPipPipPip
  • 1,357 posts
Hey sqldev12 and welcome to Geeks to Go,

I am not sure if this is what you are looking for, but this should do the trick... If not let me know and then we can try be more specific with what it is you are trying to do.
@ECHO OFF
DEL C:\Test\abc.csv
COPY NUL C:\Test\abc.csv
PAUSE

Let me know if this was what you were looking for.

Peace Out Posted Image
  • 1

#3
sqldev12

sqldev12

    New Member

  • Topic Starter
  • Member
  • Pip
  • 2 posts
Hi Spice hacker,


Thanks for your reply and this is what exactly what i was looking for.


Thanks for your help.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP