.\azcopy jobs resume
this command requires jobId to be passed as argument
'ss' is not recognized as an internal or external command,
operable program or batch file.
'srt' is not recognized as an internal or external command,
operable program or batch file.
'sp' is not recognized as an internal or external command,
operable program or batch file.
'se' is not recognized as an internal or external command,
operable program or batch file.
'st' is not recognized as an internal or external command,
operable program or batch file.
'spr' is not recognized as an internal or external command,
operable program or batch file.
'sig' is not recognized as an internal or external command,
operable program or batch file.

Initiate a Copy from C: drive of PC to Azure storage account and try to resume the Job using Job ID afterwards.
No. Not yet
Your SAS token needs to be put in quotes. The $ signs in the token breaks your command (escapes out of the command)
Thanks for the Assistance @seguler
I may have found the fix!!!!
Document is misguiding and it took me a while to figure it out
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#view-and-resume-jobs
The Document didn't specify the commands correctly or even show an example
Documentation says: .\azcopy jobs resume
Real Life: .\azcopy jobs resume "27ea1553-5357-144d-428e-XXXXXXXX" --source-sas "C:\Users\VIRUS\Documents\My Received Files" --destination-sas "?sv=2018-03-28&ss=XXXXXXXX=sco&XXXXXXXXXXXX&st=2019-04-05T17:48:07Z&spr=https&sig=FlO6PZNhJEqvWhzN47aaYBLvEkalxkUERPynbL3J0Oo%3D"
Since i was transferring from my Local PC, the PC Path becomes the source token ID

I hope it helps somebody :) Its IT and these things happen sometimes. But we shouldn't assume that everybody can easily figure it out. Thanks a Billion
Hi @yallos, you don't need a source-sas since the source is local.
Hi @yallos, you don't need a source-sas since the source is local.
Thanks @zezha-msft already figured it out and resolved the issue.
Yes - I just realized the document is not clear enough. Will fix it.
Fixed
Fixed
Thanks @seguler but i see the command is broken here in the documentation:

The working code should be:
.\azcopy jobs resume "
Thanks!!!
The document is still not updated @JohnRusk . It shows as per below:
azcopy jobs resume
azcopy jobs resume
Where it should be
.\azcopy jobs resume "" --source-sas "Path of job Source" --destination-sas "SAS key of Storage Account"
I'm puzzled by the corrected syntax that's proposed. Can you explain why there there should be a _path_ in the source _SAS_?