Still getting file name error

Samadriel

Reputable
Apr 4, 2014
1
0
4,510
I have removed spaces, special characters and tried to run it through a batch file - no luck! What am I doing wrong??

"C:\SQLDeltaV6\SQLDelta.exe” “C:\Test\Test.sdp"

What am I missing here? Will not run through command prompt.
 
Solution
In the command.

You have stated the destination drive.
And the path to follow to the executable file.

I take it you are trying to execute a program ect, or config.

“C:\program files\Delta Snap\DeltaSnap.exe” base.sdp

Check your path is the same to deltasnap.exe if not amend. Take note of the exclamations.

Or move the .sdp to the same origin folder of the exe path SQLDeltaV6


In the command.

You have stated the destination drive.
And the path to follow to the executable file.

I take it you are trying to execute a program ect, or config.

“C:\program files\Delta Snap\DeltaSnap.exe” base.sdp

Check your path is the same to deltasnap.exe if not amend. Take note of the exclamations.

Or move the .sdp to the same origin folder of the exe path SQLDeltaV6


 
Solution