Link to home
Start Free TrialLog in
Avatar of cpatte7372
cpatte7372Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Batch file creation assistance

Hello Experts,

The following command will run from start menu:

\Users\N21\Downloads\bgInfo\Bginfo.exe \Users\N21\Downloads\bgInfo\mybgp.bgi /TIMER:00 /nolicprompt

However, I can't get it to run within a batch file:
@echo off
cd
\Users\N21\Downloads\bgInfo\Bginfo.exe \Users\N21\Downloads\bgInfo\mybgp.bgi /TIMER:00 /nolicprompt

Can someone please show me?

Cheers

Carlton
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cpatte7372

ASKER

I've requested that this question be deleted for the following reason:

Sorted it out myself
Cheers