Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute command in batch file with % parameter inside command

Status
Not open for further replies.

grofaty

IS-IT--Management
Jan 16, 2003
370
0
0
SI
Hi,

I have to execute the command from batch file.
When I execute command:
exfmt -n %

directry from command prompt it work fine. The same command does not work in batch file.
The problem is because I need the % character is reserved for input parameter.

How to write batch file to eliminate problem - input parameter?

Thanks,
Grofaty
 
Hi,

Thanks a lot. It works!!!

Grofaty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top