Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Batch file 在批处理DOS窗口中显示GIF/Ajax加载程序_Batch File - Fatal编程技术网

Batch file 在批处理DOS窗口中显示GIF/Ajax加载程序

Batch file 在批处理DOS窗口中显示GIF/Ajax加载程序,batch-file,Batch File,所以,我做了很多研究,但我找不到在批处理文件DOS窗口中显示动画gif的方法。有什么想法吗?我不想使用“ECHO,CLS”方式,我希望批处理文件如下所示 Loading... [animated gif loading bar] 是你要找的吗?把你描述的东西叫做gif是错误的。Gif并不意味着“任何动画”,而是一种非常特定的图像格式,与控制台输出没有任何关系。

所以,我做了很多研究,但我找不到在批处理文件DOS窗口中显示动画gif的方法。有什么想法吗?我不想使用“ECHO,CLS”方式,我希望批处理文件如下所示

Loading...
[animated gif loading bar]

是你要找的吗?把你描述的东西叫做gif是错误的。Gif并不意味着“任何动画”,而是一种非常特定的图像格式,与控制台输出没有任何关系。